Shades of Cerulean #057091
Tints of Cerulean #057091
RGB
CMYK
RGB Variations
Color information
#057091 (or 0x057091) is known color: Cerulean. HEX triplet: 05, 70 and 91. RGB value is (5,112,145). Sum of RGB (Red+Green+Blue) = 5+112+145=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #057091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057091 is #FA8F6E. Grayscale: #535353. Windows color (decimal): -16420719 or 9531397. OLE color: 9531397.
HSL color Cylindrical-coordinate representation of color #057091: hue angle of 194.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057091 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 112 | 145 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.43 |
| HSL | 194.14º | 0.93% | 0.29% | - |
| HSV(B) | 194.14º | 0.97% | 0.57% | - |
| XYZ | 10.97 | 13.66 | 28.85 | - |
| YUV | 83.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 145 | 0.97 | 0.23 | 0 | 0.43 | 194.14 | 0.93 | 0.29 |
| Hex | 5 | 70 | 91 | 61 | 17 | 0 | 2B | C2 | 5D | 1D |
| Octal | 5 | 160 | 221 | 141 | 27 | 0 | 53 | 302 | 135 | 35 |
| Binary | 101 | 1110000 | 10010001 | 1100001 | 10111 | 0 | 101011 | 11000010 | 1011101 | 11101 |
Color Harmonies of #057091
Complementary color
Monochromatic Colors of #057091
Black with #057091
Text Example
Text Example
White with #057091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057091; }
p { color: rgb(5,112,145); }
H1.HeaderClassName
{
color: #057091;
}
.AnyTagClassName
{
color: #057091;
}
</style>
background-color css
<style>
a { background-color: #057091; }
a { background-color: rgb(5,112,145); }
div.DivClassName
{
background-color: #057091;
}
.BgClassName
{
background-color: #057091;
}
</style>
border-color css
<style>
span { border-color: #057091; }
span { border-color: rgb(5,112,145); }
td.TdClassName
{
border-color: #057091;
}
.TagClassName
{
border-color: #057091;
}
</style>