Shades of Dark Cerulean #07567F
Tints of Dark Cerulean #07567F
RGB
CMYK
RGB Variations
Color information
#07567F (or 0x07567F) is known color: Dark Cerulean. HEX triplet: 07, 56 and 7F. RGB value is (7,86,127). Sum of RGB (Red+Green+Blue) = 7+86+127=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #07567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07567F is #F8A980. Grayscale: #424242. Windows color (decimal): -16296321 or 8345095. OLE color: 8345095.
HSL color Cylindrical-coordinate representation of color #07567F: hue angle of 200.5º degrees, saturation: 0.9, 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 #07567F is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 86 | 127 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.50 |
| HSL | 200.5º | 0.9% | 0.26% | - |
| HSV(B) | 200.5º | 0.94% | 0.5% | - |
| XYZ | 7.25 | 8.23 | 21.29 | - |
| YUV | 67.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 127 | 0.94 | 0.32 | 0 | 0.50 | 200.5 | 0.9 | 0.26 |
| Hex | 7 | 56 | 7F | 5E | 20 | 0 | 32 | C8 | 5A | 1A |
| Octal | 7 | 126 | 177 | 136 | 40 | 0 | 62 | 310 | 132 | 32 |
| Binary | 111 | 1010110 | 1111111 | 1011110 | 100000 | 0 | 110010 | 11001000 | 1011010 | 11010 |
Color Harmonies of #07567F
Complementary color
Monochromatic Colors of #07567F
Black with #07567F
Text Example
Text Example
White with #07567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07567F; }
p { color: rgb(7,86,127); }
H1.HeaderClassName
{
color: #07567F;
}
.AnyTagClassName
{
color: #07567F;
}
</style>
background-color css
<style>
a { background-color: #07567F; }
a { background-color: rgb(7,86,127); }
div.DivClassName
{
background-color: #07567F;
}
.BgClassName
{
background-color: #07567F;
}
</style>
border-color css
<style>
span { border-color: #07567F; }
span { border-color: rgb(7,86,127); }
td.TdClassName
{
border-color: #07567F;
}
.TagClassName
{
border-color: #07567F;
}
</style>