Shades of Cerulean #057097
Tints of Cerulean #057097
RGB
CMYK
RGB Variations
Color information
#057097 (or 0x057097) is known color: Cerulean. HEX triplet: 05, 70 and 97. RGB value is (5,112,151). Sum of RGB (Red+Green+Blue) = 5+112+151=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #057097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057097 is #FA8F68. Grayscale: #545454. Windows color (decimal): -16420713 or 9924613. OLE color: 9924613.
HSL color Cylindrical-coordinate representation of color #057097: hue angle of 196.03º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057097 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 112 | 151 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.41 |
| HSL | 196.03º | 0.94% | 0.31% | - |
| HSV(B) | 196.03º | 0.97% | 0.59% | - |
| XYZ | 11.44 | 13.85 | 31.35 | - |
| YUV | 84.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 151 | 0.97 | 0.26 | 0 | 0.41 | 196.03 | 0.94 | 0.31 |
| Hex | 5 | 70 | 97 | 61 | 1A | 0 | 29 | C4 | 5E | 1F |
| Octal | 5 | 160 | 227 | 141 | 32 | 0 | 51 | 304 | 136 | 37 |
| Binary | 101 | 1110000 | 10010111 | 1100001 | 11010 | 0 | 101001 | 11000100 | 1011110 | 11111 |
Color Harmonies of #057097
Complementary color
Monochromatic Colors of #057097
Black with #057097
Text Example
Text Example
White with #057097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057097; }
p { color: rgb(5,112,151); }
H1.HeaderClassName
{
color: #057097;
}
.AnyTagClassName
{
color: #057097;
}
</style>
background-color css
<style>
a { background-color: #057097; }
a { background-color: rgb(5,112,151); }
div.DivClassName
{
background-color: #057097;
}
.BgClassName
{
background-color: #057097;
}
</style>
border-color css
<style>
span { border-color: #057097; }
span { border-color: rgb(5,112,151); }
td.TdClassName
{
border-color: #057097;
}
.TagClassName
{
border-color: #057097;
}
</style>