Shades of Dark Cerulean #08467B
Tints of Dark Cerulean #08467B
RGB
CMYK
RGB Variations
Color information
#08467B (or 0x08467B) is known color: Dark Cerulean. HEX triplet: 08, 46 and 7B. RGB value is (8,70,123). Sum of RGB (Red+Green+Blue) = 8+70+123=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #08467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08467B is #F7B984. Grayscale: #393939. Windows color (decimal): -16234885 or 8078856. OLE color: 8078856.
HSL color Cylindrical-coordinate representation of color #08467B: hue angle of 207.65º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08467B is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 70 | 123 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.52 |
| HSL | 207.65º | 0.88% | 0.26% | - |
| HSV(B) | 207.65º | 0.93% | 0.48% | - |
| XYZ | 5.87 | 5.86 | 19.56 | - |
| YUV | 57.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 123 | 0.93 | 0.43 | 0 | 0.52 | 207.65 | 0.88 | 0.26 |
| Hex | 8 | 46 | 7B | 5D | 2B | 0 | 34 | D0 | 58 | 1A |
| Octal | 10 | 106 | 173 | 135 | 53 | 0 | 64 | 320 | 130 | 32 |
| Binary | 1000 | 1000110 | 1111011 | 1011101 | 101011 | 0 | 110100 | 11010000 | 1011000 | 11010 |
Color Harmonies of #08467B
Complementary color
Monochromatic Colors of #08467B
Black with #08467B
Text Example
Text Example
White with #08467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08467B; }
p { color: rgb(8,70,123); }
H1.HeaderClassName
{
color: #08467B;
}
.AnyTagClassName
{
color: #08467B;
}
</style>
background-color css
<style>
a { background-color: #08467B; }
a { background-color: rgb(8,70,123); }
div.DivClassName
{
background-color: #08467B;
}
.BgClassName
{
background-color: #08467B;
}
</style>
border-color css
<style>
span { border-color: #08467B; }
span { border-color: rgb(8,70,123); }
td.TdClassName
{
border-color: #08467B;
}
.TagClassName
{
border-color: #08467B;
}
</style>