Shades of Dark Cerulean #08457C
Tints of Dark Cerulean #08457C
RGB
CMYK
RGB Variations
Color information
#08457C (or 0x08457C) is known color: Dark Cerulean. HEX triplet: 08, 45 and 7C. RGB value is (8,69,124). Sum of RGB (Red+Green+Blue) = 8+69+124=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #08457C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08457C is #F7BA83. Grayscale: #383838. Windows color (decimal): -16235140 or 8144136. OLE color: 8144136.
HSL color Cylindrical-coordinate representation of color #08457C: hue angle of 208.45º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08457C is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 69 | 124 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.51 |
| HSL | 208.45º | 0.88% | 0.26% | - |
| HSV(B) | 208.45º | 0.94% | 0.49% | - |
| XYZ | 5.87 | 5.76 | 19.87 | - |
| YUV | 57.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 124 | 0.94 | 0.44 | 0 | 0.51 | 208.45 | 0.88 | 0.26 |
| Hex | 8 | 45 | 7C | 5E | 2C | 0 | 33 | D0 | 58 | 1A |
| Octal | 10 | 105 | 174 | 136 | 54 | 0 | 63 | 320 | 130 | 32 |
| Binary | 1000 | 1000101 | 1111100 | 1011110 | 101100 | 0 | 110011 | 11010000 | 1011000 | 11010 |
Color Harmonies of #08457C
Complementary color
Monochromatic Colors of #08457C
Black with #08457C
Text Example
Text Example
White with #08457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08457C; }
p { color: rgb(8,69,124); }
H1.HeaderClassName
{
color: #08457C;
}
.AnyTagClassName
{
color: #08457C;
}
</style>
background-color css
<style>
a { background-color: #08457C; }
a { background-color: rgb(8,69,124); }
div.DivClassName
{
background-color: #08457C;
}
.BgClassName
{
background-color: #08457C;
}
</style>
border-color css
<style>
span { border-color: #08457C; }
span { border-color: rgb(8,69,124); }
td.TdClassName
{
border-color: #08457C;
}
.TagClassName
{
border-color: #08457C;
}
</style>