Shades of Dark Cerulean #08508E
Tints of Dark Cerulean #08508E
RGB
CMYK
RGB Variations
Color information
#08508E (or 0x08508E) is known color: Dark Cerulean. HEX triplet: 08, 50 and 8E. RGB value is (8,80,142). Sum of RGB (Red+Green+Blue) = 8+80+142=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #08508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08508E is #F7AF71. Grayscale: #414141. Windows color (decimal): -16232306 or 9326600. OLE color: 9326600.
HSL color Cylindrical-coordinate representation of color #08508E: hue angle of 207.76º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08508E is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 80 | 142 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.44 |
| HSL | 207.76º | 0.89% | 0.29% | - |
| HSV(B) | 207.76º | 0.94% | 0.56% | - |
| XYZ | 7.85 | 7.74 | 26.67 | - |
| YUV | 65.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 142 | 0.94 | 0.44 | 0 | 0.44 | 207.76 | 0.89 | 0.29 |
| Hex | 8 | 50 | 8E | 5E | 2C | 0 | 2C | D0 | 59 | 1D |
| Octal | 10 | 120 | 216 | 136 | 54 | 0 | 54 | 320 | 131 | 35 |
| Binary | 1000 | 1010000 | 10001110 | 1011110 | 101100 | 0 | 101100 | 11010000 | 1011001 | 11101 |
Color Harmonies of #08508E
Complementary color
Monochromatic Colors of #08508E
Black with #08508E
Text Example
Text Example
White with #08508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08508E; }
p { color: rgb(8,80,142); }
H1.HeaderClassName
{
color: #08508E;
}
.AnyTagClassName
{
color: #08508E;
}
</style>
background-color css
<style>
a { background-color: #08508E; }
a { background-color: rgb(8,80,142); }
div.DivClassName
{
background-color: #08508E;
}
.BgClassName
{
background-color: #08508E;
}
</style>
border-color css
<style>
span { border-color: #08508E; }
span { border-color: rgb(8,80,142); }
td.TdClassName
{
border-color: #08508E;
}
.TagClassName
{
border-color: #08508E;
}
</style>