Shades of Dark Cerulean #08567F
Tints of Dark Cerulean #08567F
RGB
CMYK
RGB Variations
Color information
#08567F (or 0x08567F) is known color: Dark Cerulean. HEX triplet: 08, 56 and 7F. RGB value is (8,86,127). Sum of RGB (Red+Green+Blue) = 8+86+127=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #08567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08567F is #F7A980. Grayscale: #434343. Windows color (decimal): -16230785 or 8345096. OLE color: 8345096.
HSL color Cylindrical-coordinate representation of color #08567F: hue angle of 200.67º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08567F is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 86 | 127 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.50 |
| HSL | 200.67º | 0.88% | 0.26% | - |
| HSV(B) | 200.67º | 0.94% | 0.5% | - |
| XYZ | 7.26 | 8.24 | 21.29 | - |
| YUV | 67.35 | 161.66 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 127 | 0.94 | 0.32 | 0 | 0.50 | 200.67 | 0.88 | 0.26 |
| Hex | 8 | 56 | 7F | 5E | 20 | 0 | 32 | C9 | 58 | 1A |
| Octal | 10 | 126 | 177 | 136 | 40 | 0 | 62 | 311 | 130 | 32 |
| Binary | 1000 | 1010110 | 1111111 | 1011110 | 100000 | 0 | 110010 | 11001001 | 1011000 | 11010 |
Color Harmonies of #08567F
Complementary color
Monochromatic Colors of #08567F
Black with #08567F
Text Example
Text Example
White with #08567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08567F; }
p { color: rgb(8,86,127); }
H1.HeaderClassName
{
color: #08567F;
}
.AnyTagClassName
{
color: #08567F;
}
</style>
background-color css
<style>
a { background-color: #08567F; }
a { background-color: rgb(8,86,127); }
div.DivClassName
{
background-color: #08567F;
}
.BgClassName
{
background-color: #08567F;
}
</style>
border-color css
<style>
span { border-color: #08567F; }
span { border-color: rgb(8,86,127); }
td.TdClassName
{
border-color: #08567F;
}
.TagClassName
{
border-color: #08567F;
}
</style>