Shades of Dark Cerulean #07557A
Tints of Dark Cerulean #07557A
RGB
CMYK
RGB Variations
Color information
#07557A (or 0x07557A) is known color: Dark Cerulean. HEX triplet: 07, 55 and 7A. RGB value is (7,85,122). Sum of RGB (Red+Green+Blue) = 7+85+122=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #07557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07557A is #F8AA85. Grayscale: #414141. Windows color (decimal): -16296582 or 8017159. OLE color: 8017159.
HSL color Cylindrical-coordinate representation of color #07557A: hue angle of 199.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07557A is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 85 | 122 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.52 |
| HSL | 199.3º | 0.89% | 0.25% | - |
| HSV(B) | 199.3º | 0.94% | 0.48% | - |
| XYZ | 6.85 | 7.95 | 19.59 | - |
| YUV | 65.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 122 | 0.94 | 0.30 | 0 | 0.52 | 199.3 | 0.89 | 0.25 |
| Hex | 7 | 55 | 7A | 5E | 1E | 0 | 34 | C7 | 59 | 19 |
| Octal | 7 | 125 | 172 | 136 | 36 | 0 | 64 | 307 | 131 | 31 |
| Binary | 111 | 1010101 | 1111010 | 1011110 | 11110 | 0 | 110100 | 11000111 | 1011001 | 11001 |
Color Harmonies of #07557A
Complementary color
Monochromatic Colors of #07557A
Black with #07557A
Text Example
Text Example
White with #07557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07557A; }
p { color: rgb(7,85,122); }
H1.HeaderClassName
{
color: #07557A;
}
.AnyTagClassName
{
color: #07557A;
}
</style>
background-color css
<style>
a { background-color: #07557A; }
a { background-color: rgb(7,85,122); }
div.DivClassName
{
background-color: #07557A;
}
.BgClassName
{
background-color: #07557A;
}
</style>
border-color css
<style>
span { border-color: #07557A; }
span { border-color: rgb(7,85,122); }
td.TdClassName
{
border-color: #07557A;
}
.TagClassName
{
border-color: #07557A;
}
</style>