Shades of Cerulean #057098
Tints of Cerulean #057098
RGB
CMYK
RGB Variations
Color information
#057098 (or 0x057098) is known color: Cerulean. HEX triplet: 05, 70 and 98. RGB value is (5,112,152). Sum of RGB (Red+Green+Blue) = 5+112+152=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #057098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057098 is #FA8F67. Grayscale: #545454. Windows color (decimal): -16420712 or 9990149. OLE color: 9990149.
HSL color Cylindrical-coordinate representation of color #057098: hue angle of 196.33º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057098 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 112 | 152 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.40 |
| HSL | 196.33º | 0.94% | 0.31% | - |
| HSV(B) | 196.33º | 0.97% | 0.6% | - |
| XYZ | 11.52 | 13.89 | 31.78 | - |
| YUV | 84.57 | 166.05 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 152 | 0.97 | 0.26 | 0 | 0.40 | 196.33 | 0.94 | 0.31 |
| Hex | 5 | 70 | 98 | 61 | 1A | 0 | 28 | C4 | 5E | 1F |
| Octal | 5 | 160 | 230 | 141 | 32 | 0 | 50 | 304 | 136 | 37 |
| Binary | 101 | 1110000 | 10011000 | 1100001 | 11010 | 0 | 101000 | 11000100 | 1011110 | 11111 |
Color Harmonies of #057098
Complementary color
Monochromatic Colors of #057098
Black with #057098
Text Example
Text Example
White with #057098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057098; }
p { color: rgb(5,112,152); }
H1.HeaderClassName
{
color: #057098;
}
.AnyTagClassName
{
color: #057098;
}
</style>
background-color css
<style>
a { background-color: #057098; }
a { background-color: rgb(5,112,152); }
div.DivClassName
{
background-color: #057098;
}
.BgClassName
{
background-color: #057098;
}
</style>
border-color css
<style>
span { border-color: #057098; }
span { border-color: rgb(5,112,152); }
td.TdClassName
{
border-color: #057098;
}
.TagClassName
{
border-color: #057098;
}
</style>