RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #00008b.
RGB: 0, 0, 139 | CMYK: 100%, 100%, 0%, 45% |
HSV: H: 240° S: 100% V: 55% | HSL: H: 240° S: 100% L: 27% |
#00008B Color Preview
#00008b is a shade of blue color with RGB values (0, 0, 139). As mentioned above, this color is a combination of CMYK: 100% Cyan, 100% Magenta, 0% Yellow, and 45% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 240°, Saturation (S): 100%, and Lightness (L): 27%.
The HSV values for #00008b are as follows: Hue (H): 240°, Saturation (S): 100%, Value (V): 55%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #00008B color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #00008B; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #00008B;">This is sample text</div>
<div style="color: #ffffff; background-color: #00008B;">This is sample text</div>
<div style="color: #00008B;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(0, 0, 139);
color: #00008b;
Examples
color: rgb(0, 0, 139);
background-color: rgb(0, 0, 139);
border-color: rgb(0, 0, 139);
color: #00008b;
background-color: #00008b;
border-color: #00008b;
Color schemes with #00008B
Analogous
Here, the analogous color with hex code #00008B has #46008B and #00468B at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #00008B, a monochromatic palette will feature a corresponding shade #0000BE, originating from the same hue.
Triadic
The triadic palette built around #00008B uses two accents #8B0000 and #008B00, each 120 degrees apart from the main hue.
Complementary
The complementary color for #00008B is #8B8B00.
Tetradic
Here, for the primary color #00008B, the complementary shade is #8B0046 plus two accent colors, i.e., #8B8B00 and #008B46.