Shades of Dark Cerulean #07578B
Tints of Dark Cerulean #07578B
RGB
CMYK
RGB Variations
Color information
#07578B (or 0x07578B) is known color: Dark Cerulean. HEX triplet: 07, 57 and 8B. RGB value is (7,87,139). Sum of RGB (Red+Green+Blue) = 7+87+139=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #07578B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07578B is #F8A874. Grayscale: #444444. Windows color (decimal): -16296053 or 9131783. OLE color: 9131783.
HSL color Cylindrical-coordinate representation of color #07578B: hue angle of 203.64º 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 #07578B is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 87 | 139 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.45 |
| HSL | 203.64º | 0.9% | 0.29% | - |
| HSV(B) | 203.64º | 0.95% | 0.55% | - |
| XYZ | 8.16 | 8.73 | 25.68 | - |
| YUV | 69.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 139 | 0.95 | 0.37 | 0 | 0.45 | 203.64 | 0.9 | 0.29 |
| Hex | 7 | 57 | 8B | 5F | 25 | 0 | 2D | CC | 5A | 1D |
| Octal | 7 | 127 | 213 | 137 | 45 | 0 | 55 | 314 | 132 | 35 |
| Binary | 111 | 1010111 | 10001011 | 1011111 | 100101 | 0 | 101101 | 11001100 | 1011010 | 11101 |
Color Harmonies of #07578B
Complementary color
Monochromatic Colors of #07578B
Black with #07578B
Text Example
Text Example
White with #07578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07578B; }
p { color: rgb(7,87,139); }
H1.HeaderClassName
{
color: #07578B;
}
.AnyTagClassName
{
color: #07578B;
}
</style>
background-color css
<style>
a { background-color: #07578B; }
a { background-color: rgb(7,87,139); }
div.DivClassName
{
background-color: #07578B;
}
.BgClassName
{
background-color: #07578B;
}
</style>
border-color css
<style>
span { border-color: #07578B; }
span { border-color: rgb(7,87,139); }
td.TdClassName
{
border-color: #07578B;
}
.TagClassName
{
border-color: #07578B;
}
</style>