Shades of Dark Cerulean #07578C
Tints of Dark Cerulean #07578C
RGB
CMYK
RGB Variations
Color information
#07578C (or 0x07578C) is known color: Dark Cerulean. HEX triplet: 07, 57 and 8C. RGB value is (7,87,140). Sum of RGB (Red+Green+Blue) = 7+87+140=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #07578C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07578C is #F8A873. Grayscale: #444444. Windows color (decimal): -16296052 or 9197319. OLE color: 9197319.
HSL color Cylindrical-coordinate representation of color #07578C: hue angle of 203.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07578C is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 87 | 140 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.45 |
| HSL | 203.91º | 0.9% | 0.29% | - |
| HSV(B) | 203.91º | 0.95% | 0.55% | - |
| XYZ | 8.23 | 8.76 | 26.07 | - |
| YUV | 69.12 | 168 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 140 | 0.95 | 0.38 | 0 | 0.45 | 203.91 | 0.9 | 0.29 |
| Hex | 7 | 57 | 8C | 5F | 26 | 0 | 2D | CC | 5A | 1D |
| Octal | 7 | 127 | 214 | 137 | 46 | 0 | 55 | 314 | 132 | 35 |
| Binary | 111 | 1010111 | 10001100 | 1011111 | 100110 | 0 | 101101 | 11001100 | 1011010 | 11101 |
Color Harmonies of #07578C
Complementary color
Monochromatic Colors of #07578C
Black with #07578C
Text Example
Text Example
White with #07578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07578C; }
p { color: rgb(7,87,140); }
H1.HeaderClassName
{
color: #07578C;
}
.AnyTagClassName
{
color: #07578C;
}
</style>
background-color css
<style>
a { background-color: #07578C; }
a { background-color: rgb(7,87,140); }
div.DivClassName
{
background-color: #07578C;
}
.BgClassName
{
background-color: #07578C;
}
</style>
border-color css
<style>
span { border-color: #07578C; }
span { border-color: rgb(7,87,140); }
td.TdClassName
{
border-color: #07578C;
}
.TagClassName
{
border-color: #07578C;
}
</style>