Shades of Dark Cerulean #07557F
Tints of Dark Cerulean #07557F
RGB
CMYK
RGB Variations
Color information
#07557F (or 0x07557F) is known color: Dark Cerulean. HEX triplet: 07, 55 and 7F. RGB value is (7,85,127). Sum of RGB (Red+Green+Blue) = 7+85+127=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #07557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07557F is #F8AA80. Grayscale: #424242. Windows color (decimal): -16296577 or 8344839. OLE color: 8344839.
HSL color Cylindrical-coordinate representation of color #07557F: hue angle of 201º 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 #07557F is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 85 | 127 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.50 |
| HSL | 201º | 0.9% | 0.26% | - |
| HSV(B) | 201º | 0.94% | 0.5% | - |
| XYZ | 7.17 | 8.07 | 21.26 | - |
| YUV | 66.47 | 162.16 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 127 | 0.94 | 0.33 | 0 | 0.50 | 201 | 0.9 | 0.26 |
| Hex | 7 | 55 | 7F | 5E | 21 | 0 | 32 | C9 | 5A | 1A |
| Octal | 7 | 125 | 177 | 136 | 41 | 0 | 62 | 311 | 132 | 32 |
| Binary | 111 | 1010101 | 1111111 | 1011110 | 100001 | 0 | 110010 | 11001001 | 1011010 | 11010 |
Color Harmonies of #07557F
Complementary color
Monochromatic Colors of #07557F
Black with #07557F
Text Example
Text Example
White with #07557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07557F; }
p { color: rgb(7,85,127); }
H1.HeaderClassName
{
color: #07557F;
}
.AnyTagClassName
{
color: #07557F;
}
</style>
background-color css
<style>
a { background-color: #07557F; }
a { background-color: rgb(7,85,127); }
div.DivClassName
{
background-color: #07557F;
}
.BgClassName
{
background-color: #07557F;
}
</style>
border-color css
<style>
span { border-color: #07557F; }
span { border-color: rgb(7,85,127); }
td.TdClassName
{
border-color: #07557F;
}
.TagClassName
{
border-color: #07557F;
}
</style>