Shades of Cerulean #056E90
Tints of Cerulean #056E90
RGB
CMYK
RGB Variations
Color information
#056E90 (or 0x056E90) is known color: Cerulean. HEX triplet: 05, 6E and 90. RGB value is (5,110,144). Sum of RGB (Red+Green+Blue) = 5+110+144=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #056E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E90 is #FA916F. Grayscale: #525252. Windows color (decimal): -16421232 or 9465349. OLE color: 9465349.
HSL color Cylindrical-coordinate representation of color #056E90: hue angle of 194.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056E90 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 110 | 144 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.44 |
| HSL | 194.68º | 0.93% | 0.29% | - |
| HSV(B) | 194.68º | 0.97% | 0.56% | - |
| XYZ | 10.67 | 13.2 | 28.37 | - |
| YUV | 82.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 144 | 0.97 | 0.24 | 0 | 0.44 | 194.68 | 0.93 | 0.29 |
| Hex | 5 | 6E | 90 | 61 | 18 | 0 | 2C | C3 | 5D | 1D |
| Octal | 5 | 156 | 220 | 141 | 30 | 0 | 54 | 303 | 135 | 35 |
| Binary | 101 | 1101110 | 10010000 | 1100001 | 11000 | 0 | 101100 | 11000011 | 1011101 | 11101 |
Color Harmonies of #056E90
Complementary color
Monochromatic Colors of #056E90
Black with #056E90
Text Example
Text Example
White with #056E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E90; }
p { color: rgb(5,110,144); }
H1.HeaderClassName
{
color: #056E90;
}
.AnyTagClassName
{
color: #056E90;
}
</style>
background-color css
<style>
a { background-color: #056E90; }
a { background-color: rgb(5,110,144); }
div.DivClassName
{
background-color: #056E90;
}
.BgClassName
{
background-color: #056E90;
}
</style>
border-color css
<style>
span { border-color: #056E90; }
span { border-color: rgb(5,110,144); }
td.TdClassName
{
border-color: #056E90;
}
.TagClassName
{
border-color: #056E90;
}
</style>