Shades of Dark Cerulean #08487F
Tints of Dark Cerulean #08487F
RGB
CMYK
RGB Variations
Color information
#08487F (or 0x08487F) is known color: Dark Cerulean. HEX triplet: 08, 48 and 7F. RGB value is (8,72,127). Sum of RGB (Red+Green+Blue) = 8+72+127=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #08487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08487F is #F7B780. Grayscale: #3A3A3A. Windows color (decimal): -16234369 or 8341512. OLE color: 8341512.
HSL color Cylindrical-coordinate representation of color #08487F: hue angle of 207.73º 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 #08487F is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 72 | 127 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.50 |
| HSL | 207.73º | 0.88% | 0.26% | - |
| HSV(B) | 207.73º | 0.94% | 0.5% | - |
| XYZ | 6.25 | 6.22 | 20.95 | - |
| YUV | 59.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 127 | 0.94 | 0.43 | 0 | 0.50 | 207.73 | 0.88 | 0.26 |
| Hex | 8 | 48 | 7F | 5E | 2B | 0 | 32 | D0 | 58 | 1A |
| Octal | 10 | 110 | 177 | 136 | 53 | 0 | 62 | 320 | 130 | 32 |
| Binary | 1000 | 1001000 | 1111111 | 1011110 | 101011 | 0 | 110010 | 11010000 | 1011000 | 11010 |
Color Harmonies of #08487F
Complementary color
Monochromatic Colors of #08487F
Black with #08487F
Text Example
Text Example
White with #08487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08487F; }
p { color: rgb(8,72,127); }
H1.HeaderClassName
{
color: #08487F;
}
.AnyTagClassName
{
color: #08487F;
}
</style>
background-color css
<style>
a { background-color: #08487F; }
a { background-color: rgb(8,72,127); }
div.DivClassName
{
background-color: #08487F;
}
.BgClassName
{
background-color: #08487F;
}
</style>
border-color css
<style>
span { border-color: #08487F; }
span { border-color: rgb(8,72,127); }
td.TdClassName
{
border-color: #08487F;
}
.TagClassName
{
border-color: #08487F;
}
</style>