Shades of Dark Cerulean #08517C
Tints of Dark Cerulean #08517C
RGB
CMYK
RGB Variations
Color information
#08517C (or 0x08517C) is known color: Dark Cerulean. HEX triplet: 08, 51 and 7C. RGB value is (8,81,124). Sum of RGB (Red+Green+Blue) = 8+81+124=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #08517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08517C is #F7AE83. Grayscale: #3F3F3F. Windows color (decimal): -16232068 or 8147208. OLE color: 8147208.
HSL color Cylindrical-coordinate representation of color #08517C: hue angle of 202.24º 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 #08517C is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 81 | 124 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.51 |
| HSL | 202.24º | 0.88% | 0.26% | - |
| HSV(B) | 202.24º | 0.94% | 0.49% | - |
| XYZ | 6.68 | 7.39 | 20.14 | - |
| YUV | 64.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 124 | 0.94 | 0.35 | 0 | 0.51 | 202.24 | 0.88 | 0.26 |
| Hex | 8 | 51 | 7C | 5E | 23 | 0 | 33 | CA | 58 | 1A |
| Octal | 10 | 121 | 174 | 136 | 43 | 0 | 63 | 312 | 130 | 32 |
| Binary | 1000 | 1010001 | 1111100 | 1011110 | 100011 | 0 | 110011 | 11001010 | 1011000 | 11010 |
Color Harmonies of #08517C
Complementary color
Monochromatic Colors of #08517C
Black with #08517C
Text Example
Text Example
White with #08517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08517C; }
p { color: rgb(8,81,124); }
H1.HeaderClassName
{
color: #08517C;
}
.AnyTagClassName
{
color: #08517C;
}
</style>
background-color css
<style>
a { background-color: #08517C; }
a { background-color: rgb(8,81,124); }
div.DivClassName
{
background-color: #08517C;
}
.BgClassName
{
background-color: #08517C;
}
</style>
border-color css
<style>
span { border-color: #08517C; }
span { border-color: rgb(8,81,124); }
td.TdClassName
{
border-color: #08517C;
}
.TagClassName
{
border-color: #08517C;
}
</style>