Shades of Cerulean #057396
Tints of Cerulean #057396
RGB
CMYK
RGB Variations
Color information
#057396 (or 0x057396) is known color: Cerulean. HEX triplet: 05, 73 and 96. RGB value is (5,115,150). Sum of RGB (Red+Green+Blue) = 5+115+150=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #057396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057396 is #FA8C69. Grayscale: #555555. Windows color (decimal): -16419946 or 9859845. OLE color: 9859845.
HSL color Cylindrical-coordinate representation of color #057396: hue angle of 194.48º 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 #057396 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 115 | 150 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.41 |
| HSL | 194.48º | 0.94% | 0.3% | - |
| HSV(B) | 194.48º | 0.97% | 0.59% | - |
| XYZ | 11.7 | 14.5 | 31.04 | - |
| YUV | 86.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 150 | 0.97 | 0.23 | 0 | 0.41 | 194.48 | 0.94 | 0.3 |
| Hex | 5 | 73 | 96 | 61 | 17 | 0 | 29 | C2 | 5E | 1E |
| Octal | 5 | 163 | 226 | 141 | 27 | 0 | 51 | 302 | 136 | 36 |
| Binary | 101 | 1110011 | 10010110 | 1100001 | 10111 | 0 | 101001 | 11000010 | 1011110 | 11110 |
Color Harmonies of #057396
Complementary color
Monochromatic Colors of #057396
Black with #057396
Text Example
Text Example
White with #057396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057396; }
p { color: rgb(5,115,150); }
H1.HeaderClassName
{
color: #057396;
}
.AnyTagClassName
{
color: #057396;
}
</style>
background-color css
<style>
a { background-color: #057396; }
a { background-color: rgb(5,115,150); }
div.DivClassName
{
background-color: #057396;
}
.BgClassName
{
background-color: #057396;
}
</style>
border-color css
<style>
span { border-color: #057396; }
span { border-color: rgb(5,115,150); }
td.TdClassName
{
border-color: #057396;
}
.TagClassName
{
border-color: #057396;
}
</style>