Shades of Dark Cerulean #08508B
Tints of Dark Cerulean #08508B
RGB
CMYK
RGB Variations
Color information
#08508B (or 0x08508B) is known color: Dark Cerulean. HEX triplet: 08, 50 and 8B. RGB value is (8,80,139). Sum of RGB (Red+Green+Blue) = 8+80+139=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #08508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08508B is #F7AF74. Grayscale: #404040. Windows color (decimal): -16232309 or 9129992. OLE color: 9129992.
HSL color Cylindrical-coordinate representation of color #08508B: hue angle of 207.02º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08508B is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 80 | 139 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.45 |
| HSL | 207.02º | 0.89% | 0.29% | - |
| HSV(B) | 207.02º | 0.94% | 0.55% | - |
| XYZ | 7.63 | 7.65 | 25.5 | - |
| YUV | 65.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 139 | 0.94 | 0.42 | 0 | 0.45 | 207.02 | 0.89 | 0.29 |
| Hex | 8 | 50 | 8B | 5E | 2A | 0 | 2D | CF | 59 | 1D |
| Octal | 10 | 120 | 213 | 136 | 52 | 0 | 55 | 317 | 131 | 35 |
| Binary | 1000 | 1010000 | 10001011 | 1011110 | 101010 | 0 | 101101 | 11001111 | 1011001 | 11101 |
Color Harmonies of #08508B
Complementary color
Monochromatic Colors of #08508B
Black with #08508B
Text Example
Text Example
White with #08508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08508B; }
p { color: rgb(8,80,139); }
H1.HeaderClassName
{
color: #08508B;
}
.AnyTagClassName
{
color: #08508B;
}
</style>
background-color css
<style>
a { background-color: #08508B; }
a { background-color: rgb(8,80,139); }
div.DivClassName
{
background-color: #08508B;
}
.BgClassName
{
background-color: #08508B;
}
</style>
border-color css
<style>
span { border-color: #08508B; }
span { border-color: rgb(8,80,139); }
td.TdClassName
{
border-color: #08508B;
}
.TagClassName
{
border-color: #08508B;
}
</style>