Shades of Dark Cerulean #07557E
Tints of Dark Cerulean #07557E
RGB
CMYK
RGB Variations
Color information
#07557E (or 0x07557E) is known color: Dark Cerulean. HEX triplet: 07, 55 and 7E. RGB value is (7,85,126). Sum of RGB (Red+Green+Blue) = 7+85+126=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #07557E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07557E is #F8AA81. Grayscale: #424242. Windows color (decimal): -16296578 or 8279303. OLE color: 8279303.
HSL color Cylindrical-coordinate representation of color #07557E: hue angle of 200.67º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07557E is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 85 | 126 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.51 |
| HSL | 200.67º | 0.89% | 0.26% | - |
| HSV(B) | 200.67º | 0.94% | 0.49% | - |
| XYZ | 7.1 | 8.05 | 20.92 | - |
| YUV | 66.35 | 161.66 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 126 | 0.94 | 0.33 | 0 | 0.51 | 200.67 | 0.89 | 0.26 |
| Hex | 7 | 55 | 7E | 5E | 21 | 0 | 33 | C9 | 59 | 1A |
| Octal | 7 | 125 | 176 | 136 | 41 | 0 | 63 | 311 | 131 | 32 |
| Binary | 111 | 1010101 | 1111110 | 1011110 | 100001 | 0 | 110011 | 11001001 | 1011001 | 11010 |
Color Harmonies of #07557E
Complementary color
Monochromatic Colors of #07557E
Black with #07557E
Text Example
Text Example
White with #07557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07557E; }
p { color: rgb(7,85,126); }
H1.HeaderClassName
{
color: #07557E;
}
.AnyTagClassName
{
color: #07557E;
}
</style>
background-color css
<style>
a { background-color: #07557E; }
a { background-color: rgb(7,85,126); }
div.DivClassName
{
background-color: #07557E;
}
.BgClassName
{
background-color: #07557E;
}
</style>
border-color css
<style>
span { border-color: #07557E; }
span { border-color: rgb(7,85,126); }
td.TdClassName
{
border-color: #07557E;
}
.TagClassName
{
border-color: #07557E;
}
</style>