Shades of Dark Cerulean #08517B
Tints of Dark Cerulean #08517B
RGB
CMYK
RGB Variations
Color information
#08517B (or 0x08517B) is known color: Dark Cerulean. HEX triplet: 08, 51 and 7B. RGB value is (8,81,123). Sum of RGB (Red+Green+Blue) = 8+81+123=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #08517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08517B is #F7AE84. Grayscale: #3F3F3F. Windows color (decimal): -16232069 or 8081672. OLE color: 8081672.
HSL color Cylindrical-coordinate representation of color #08517B: hue angle of 201.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08517B is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 81 | 123 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.52 |
| HSL | 201.91º | 0.88% | 0.26% | - |
| HSV(B) | 201.91º | 0.93% | 0.48% | - |
| XYZ | 6.62 | 7.37 | 19.81 | - |
| YUV | 63.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 123 | 0.93 | 0.34 | 0 | 0.52 | 201.91 | 0.88 | 0.26 |
| Hex | 8 | 51 | 7B | 5D | 22 | 0 | 34 | CA | 58 | 1A |
| Octal | 10 | 121 | 173 | 135 | 42 | 0 | 64 | 312 | 130 | 32 |
| Binary | 1000 | 1010001 | 1111011 | 1011101 | 100010 | 0 | 110100 | 11001010 | 1011000 | 11010 |
Color Harmonies of #08517B
Complementary color
Monochromatic Colors of #08517B
Black with #08517B
Text Example
Text Example
White with #08517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08517B; }
p { color: rgb(8,81,123); }
H1.HeaderClassName
{
color: #08517B;
}
.AnyTagClassName
{
color: #08517B;
}
</style>
background-color css
<style>
a { background-color: #08517B; }
a { background-color: rgb(8,81,123); }
div.DivClassName
{
background-color: #08517B;
}
.BgClassName
{
background-color: #08517B;
}
</style>
border-color css
<style>
span { border-color: #08517B; }
span { border-color: rgb(8,81,123); }
td.TdClassName
{
border-color: #08517B;
}
.TagClassName
{
border-color: #08517B;
}
</style>