Shades of Dark Cerulean #07588C
Tints of Dark Cerulean #07588C
RGB
CMYK
RGB Variations
Color information
#07588C (or 0x07588C) is known color: Dark Cerulean. HEX triplet: 07, 58 and 8C. RGB value is (7,88,140). Sum of RGB (Red+Green+Blue) = 7+88+140=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #07588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07588C is #F8A773. Grayscale: #454545. Windows color (decimal): -16295796 or 9197575. OLE color: 9197575.
HSL color Cylindrical-coordinate representation of color #07588C: hue angle of 203.46º 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 #07588C is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 88 | 140 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.45 |
| HSL | 203.46º | 0.9% | 0.29% | - |
| HSV(B) | 203.46º | 0.95% | 0.55% | - |
| XYZ | 8.31 | 8.92 | 26.09 | - |
| YUV | 69.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 140 | 0.95 | 0.37 | 0 | 0.45 | 203.46 | 0.9 | 0.29 |
| Hex | 7 | 58 | 8C | 5F | 25 | 0 | 2D | CB | 5A | 1D |
| Octal | 7 | 130 | 214 | 137 | 45 | 0 | 55 | 313 | 132 | 35 |
| Binary | 111 | 1011000 | 10001100 | 1011111 | 100101 | 0 | 101101 | 11001011 | 1011010 | 11101 |
Color Harmonies of #07588C
Complementary color
Monochromatic Colors of #07588C
Black with #07588C
Text Example
Text Example
White with #07588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07588C; }
p { color: rgb(7,88,140); }
H1.HeaderClassName
{
color: #07588C;
}
.AnyTagClassName
{
color: #07588C;
}
</style>
background-color css
<style>
a { background-color: #07588C; }
a { background-color: rgb(7,88,140); }
div.DivClassName
{
background-color: #07588C;
}
.BgClassName
{
background-color: #07588C;
}
</style>
border-color css
<style>
span { border-color: #07588C; }
span { border-color: rgb(7,88,140); }
td.TdClassName
{
border-color: #07588C;
}
.TagClassName
{
border-color: #07588C;
}
</style>