Shades of Dark Cerulean #07558B
Tints of Dark Cerulean #07558B
RGB
CMYK
RGB Variations
Color information
#07558B (or 0x07558B) is known color: Dark Cerulean. HEX triplet: 07, 55 and 8B. RGB value is (7,85,139). Sum of RGB (Red+Green+Blue) = 7+85+139=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #07558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07558B is #F8AA74. Grayscale: #434343. Windows color (decimal): -16296565 or 9131271. OLE color: 9131271.
HSL color Cylindrical-coordinate representation of color #07558B: hue angle of 204.55º 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 #07558B is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 85 | 139 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.45 |
| HSL | 204.55º | 0.9% | 0.29% | - |
| HSV(B) | 204.55º | 0.95% | 0.55% | - |
| XYZ | 8 | 8.41 | 25.63 | - |
| YUV | 67.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 139 | 0.95 | 0.39 | 0 | 0.45 | 204.55 | 0.9 | 0.29 |
| Hex | 7 | 55 | 8B | 5F | 27 | 0 | 2D | CD | 5A | 1D |
| Octal | 7 | 125 | 213 | 137 | 47 | 0 | 55 | 315 | 132 | 35 |
| Binary | 111 | 1010101 | 10001011 | 1011111 | 100111 | 0 | 101101 | 11001101 | 1011010 | 11101 |
Color Harmonies of #07558B
Complementary color
Monochromatic Colors of #07558B
Black with #07558B
Text Example
Text Example
White with #07558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07558B; }
p { color: rgb(7,85,139); }
H1.HeaderClassName
{
color: #07558B;
}
.AnyTagClassName
{
color: #07558B;
}
</style>
background-color css
<style>
a { background-color: #07558B; }
a { background-color: rgb(7,85,139); }
div.DivClassName
{
background-color: #07558B;
}
.BgClassName
{
background-color: #07558B;
}
</style>
border-color css
<style>
span { border-color: #07558B; }
span { border-color: rgb(7,85,139); }
td.TdClassName
{
border-color: #07558B;
}
.TagClassName
{
border-color: #07558B;
}
</style>