Shades of Dark Cerulean #08497F
Tints of Dark Cerulean #08497F
RGB
CMYK
RGB Variations
Color information
#08497F (or 0x08497F) is known color: Dark Cerulean. HEX triplet: 08, 49 and 7F. RGB value is (8,73,127). Sum of RGB (Red+Green+Blue) = 8+73+127=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #08497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08497F is #F7B680. Grayscale: #3B3B3B. Windows color (decimal): -16234113 or 8341768. OLE color: 8341768.
HSL color Cylindrical-coordinate representation of color #08497F: hue angle of 207.23º 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 #08497F is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 73 | 127 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.50 |
| HSL | 207.23º | 0.88% | 0.26% | - |
| HSV(B) | 207.23º | 0.94% | 0.5% | - |
| XYZ | 6.31 | 6.35 | 20.97 | - |
| YUV | 59.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 127 | 0.94 | 0.43 | 0 | 0.50 | 207.23 | 0.88 | 0.26 |
| Hex | 8 | 49 | 7F | 5E | 2B | 0 | 32 | CF | 58 | 1A |
| Octal | 10 | 111 | 177 | 136 | 53 | 0 | 62 | 317 | 130 | 32 |
| Binary | 1000 | 1001001 | 1111111 | 1011110 | 101011 | 0 | 110010 | 11001111 | 1011000 | 11010 |
Color Harmonies of #08497F
Complementary color
Monochromatic Colors of #08497F
Black with #08497F
Text Example
Text Example
White with #08497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08497F; }
p { color: rgb(8,73,127); }
H1.HeaderClassName
{
color: #08497F;
}
.AnyTagClassName
{
color: #08497F;
}
</style>
background-color css
<style>
a { background-color: #08497F; }
a { background-color: rgb(8,73,127); }
div.DivClassName
{
background-color: #08497F;
}
.BgClassName
{
background-color: #08497F;
}
</style>
border-color css
<style>
span { border-color: #08497F; }
span { border-color: rgb(8,73,127); }
td.TdClassName
{
border-color: #08497F;
}
.TagClassName
{
border-color: #08497F;
}
</style>