Shades of Cerulean #057296
Tints of Cerulean #057296
RGB
CMYK
RGB Variations
Color information
#057296 (or 0x057296) is known color: Cerulean. HEX triplet: 05, 72 and 96. RGB value is (5,114,150). Sum of RGB (Red+Green+Blue) = 5+114+150=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #057296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057296 is #FA8D69. Grayscale: #555555. Windows color (decimal): -16420202 or 9859589. OLE color: 9859589.
HSL color Cylindrical-coordinate representation of color #057296: hue angle of 194.9º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057296 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 114 | 150 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.41 |
| HSL | 194.9º | 0.94% | 0.3% | - |
| HSV(B) | 194.9º | 0.97% | 0.59% | - |
| XYZ | 11.58 | 14.27 | 31 | - |
| YUV | 85.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 150 | 0.97 | 0.24 | 0 | 0.41 | 194.9 | 0.94 | 0.3 |
| Hex | 5 | 72 | 96 | 61 | 18 | 0 | 29 | C3 | 5E | 1E |
| Octal | 5 | 162 | 226 | 141 | 30 | 0 | 51 | 303 | 136 | 36 |
| Binary | 101 | 1110010 | 10010110 | 1100001 | 11000 | 0 | 101001 | 11000011 | 1011110 | 11110 |
Color Harmonies of #057296
Complementary color
Monochromatic Colors of #057296
Black with #057296
Text Example
Text Example
White with #057296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057296; }
p { color: rgb(5,114,150); }
H1.HeaderClassName
{
color: #057296;
}
.AnyTagClassName
{
color: #057296;
}
</style>
background-color css
<style>
a { background-color: #057296; }
a { background-color: rgb(5,114,150); }
div.DivClassName
{
background-color: #057296;
}
.BgClassName
{
background-color: #057296;
}
</style>
border-color css
<style>
span { border-color: #057296; }
span { border-color: rgb(5,114,150); }
td.TdClassName
{
border-color: #057296;
}
.TagClassName
{
border-color: #057296;
}
</style>