Shades of Dark Cerulean #07577F
Tints of Dark Cerulean #07577F
RGB
CMYK
RGB Variations
Color information
#07577F (or 0x07577F) is known color: Dark Cerulean. HEX triplet: 07, 57 and 7F. RGB value is (7,87,127). Sum of RGB (Red+Green+Blue) = 7+87+127=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #07577F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07577F is #F8A880. Grayscale: #434343. Windows color (decimal): -16296065 or 8345351. OLE color: 8345351.
HSL color Cylindrical-coordinate representation of color #07577F: hue angle of 200º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07577F is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 87 | 127 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.50 |
| HSL | 200º | 0.9% | 0.26% | - |
| HSV(B) | 200º | 0.94% | 0.5% | - |
| XYZ | 7.33 | 8.39 | 21.31 | - |
| YUV | 67.64 | 161.5 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 127 | 0.94 | 0.31 | 0 | 0.50 | 200 | 0.9 | 0.26 |
| Hex | 7 | 57 | 7F | 5E | 1F | 0 | 32 | C8 | 5A | 1A |
| Octal | 7 | 127 | 177 | 136 | 37 | 0 | 62 | 310 | 132 | 32 |
| Binary | 111 | 1010111 | 1111111 | 1011110 | 11111 | 0 | 110010 | 11001000 | 1011010 | 11010 |
Color Harmonies of #07577F
Complementary color
Monochromatic Colors of #07577F
Black with #07577F
Text Example
Text Example
White with #07577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07577F; }
p { color: rgb(7,87,127); }
H1.HeaderClassName
{
color: #07577F;
}
.AnyTagClassName
{
color: #07577F;
}
</style>
background-color css
<style>
a { background-color: #07577F; }
a { background-color: rgb(7,87,127); }
div.DivClassName
{
background-color: #07577F;
}
.BgClassName
{
background-color: #07577F;
}
</style>
border-color css
<style>
span { border-color: #07577F; }
span { border-color: rgb(7,87,127); }
td.TdClassName
{
border-color: #07577F;
}
.TagClassName
{
border-color: #07577F;
}
</style>