Shades of Dark Cerulean #08467F
Tints of Dark Cerulean #08467F
RGB
CMYK
RGB Variations
Color information
#08467F (or 0x08467F) is known color: Dark Cerulean. HEX triplet: 08, 46 and 7F. RGB value is (8,70,127). Sum of RGB (Red+Green+Blue) = 8+70+127=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #08467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08467F is #F7B980. Grayscale: #393939. Windows color (decimal): -16234881 or 8341000. OLE color: 8341000.
HSL color Cylindrical-coordinate representation of color #08467F: hue angle of 208.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08467F is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 70 | 127 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.50 |
| HSL | 208.74º | 0.88% | 0.26% | - |
| HSV(B) | 208.74º | 0.94% | 0.5% | - |
| XYZ | 6.12 | 5.96 | 20.91 | - |
| YUV | 57.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 127 | 0.94 | 0.45 | 0 | 0.50 | 208.74 | 0.88 | 0.26 |
| Hex | 8 | 46 | 7F | 5E | 2D | 0 | 32 | D1 | 58 | 1A |
| Octal | 10 | 106 | 177 | 136 | 55 | 0 | 62 | 321 | 130 | 32 |
| Binary | 1000 | 1000110 | 1111111 | 1011110 | 101101 | 0 | 110010 | 11010001 | 1011000 | 11010 |
Color Harmonies of #08467F
Complementary color
Monochromatic Colors of #08467F
Black with #08467F
Text Example
Text Example
White with #08467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08467F; }
p { color: rgb(8,70,127); }
H1.HeaderClassName
{
color: #08467F;
}
.AnyTagClassName
{
color: #08467F;
}
</style>
background-color css
<style>
a { background-color: #08467F; }
a { background-color: rgb(8,70,127); }
div.DivClassName
{
background-color: #08467F;
}
.BgClassName
{
background-color: #08467F;
}
</style>
border-color css
<style>
span { border-color: #08467F; }
span { border-color: rgb(8,70,127); }
td.TdClassName
{
border-color: #08467F;
}
.TagClassName
{
border-color: #08467F;
}
</style>