Shades of Dark Cerulean #07558F
Tints of Dark Cerulean #07558F
RGB
CMYK
RGB Variations
Color information
#07558F (or 0x07558F) is known color: Dark Cerulean. HEX triplet: 07, 55 and 8F. RGB value is (7,85,143). Sum of RGB (Red+Green+Blue) = 7+85+143=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #07558F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07558F is #F8AA70. Grayscale: #434343. Windows color (decimal): -16296561 or 9393415. OLE color: 9393415.
HSL color Cylindrical-coordinate representation of color #07558F: hue angle of 205.59º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07558F is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 85 | 143 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.44 |
| HSL | 205.59º | 0.91% | 0.29% | - |
| HSV(B) | 205.59º | 0.95% | 0.56% | - |
| XYZ | 8.29 | 8.53 | 27.2 | - |
| YUV | 68.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 143 | 0.95 | 0.41 | 0 | 0.44 | 205.59 | 0.91 | 0.29 |
| Hex | 7 | 55 | 8F | 5F | 29 | 0 | 2C | CE | 5B | 1D |
| Octal | 7 | 125 | 217 | 137 | 51 | 0 | 54 | 316 | 133 | 35 |
| Binary | 111 | 1010101 | 10001111 | 1011111 | 101001 | 0 | 101100 | 11001110 | 1011011 | 11101 |
Color Harmonies of #07558F
Complementary color
Monochromatic Colors of #07558F
Black with #07558F
Text Example
Text Example
White with #07558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07558F; }
p { color: rgb(7,85,143); }
H1.HeaderClassName
{
color: #07558F;
}
.AnyTagClassName
{
color: #07558F;
}
</style>
background-color css
<style>
a { background-color: #07558F; }
a { background-color: rgb(7,85,143); }
div.DivClassName
{
background-color: #07558F;
}
.BgClassName
{
background-color: #07558F;
}
</style>
border-color css
<style>
span { border-color: #07558F; }
span { border-color: rgb(7,85,143); }
td.TdClassName
{
border-color: #07558F;
}
.TagClassName
{
border-color: #07558F;
}
</style>