Shades of Cerulean #057192
Tints of Cerulean #057192
RGB
CMYK
RGB Variations
Color information
#057192 (or 0x057192) is known color: Cerulean. HEX triplet: 05, 71 and 92. RGB value is (5,113,146). Sum of RGB (Red+Green+Blue) = 5+113+146=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #057192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057192 is #FA8E6D. Grayscale: #545454. Windows color (decimal): -16420462 or 9597189. OLE color: 9597189.
HSL color Cylindrical-coordinate representation of color #057192: hue angle of 194.04º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057192 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 113 | 146 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.43 |
| HSL | 194.04º | 0.93% | 0.3% | - |
| HSV(B) | 194.04º | 0.97% | 0.57% | - |
| XYZ | 11.16 | 13.92 | 29.29 | - |
| YUV | 84.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 146 | 0.97 | 0.23 | 0 | 0.43 | 194.04 | 0.93 | 0.3 |
| Hex | 5 | 71 | 92 | 61 | 17 | 0 | 2B | C2 | 5D | 1E |
| Octal | 5 | 161 | 222 | 141 | 27 | 0 | 53 | 302 | 135 | 36 |
| Binary | 101 | 1110001 | 10010010 | 1100001 | 10111 | 0 | 101011 | 11000010 | 1011101 | 11110 |
Color Harmonies of #057192
Complementary color
Monochromatic Colors of #057192
Black with #057192
Text Example
Text Example
White with #057192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057192; }
p { color: rgb(5,113,146); }
H1.HeaderClassName
{
color: #057192;
}
.AnyTagClassName
{
color: #057192;
}
</style>
background-color css
<style>
a { background-color: #057192; }
a { background-color: rgb(5,113,146); }
div.DivClassName
{
background-color: #057192;
}
.BgClassName
{
background-color: #057192;
}
</style>
border-color css
<style>
span { border-color: #057192; }
span { border-color: rgb(5,113,146); }
td.TdClassName
{
border-color: #057192;
}
.TagClassName
{
border-color: #057192;
}
</style>