Shades of Cerulean #057295
Tints of Cerulean #057295
RGB
CMYK
RGB Variations
Color information
#057295 (or 0x057295) is known color: Cerulean. HEX triplet: 05, 72 and 95. RGB value is (5,114,149). Sum of RGB (Red+Green+Blue) = 5+114+149=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #057295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057295 is #FA8D6A. Grayscale: #555555. Windows color (decimal): -16420203 or 9794053. OLE color: 9794053.
HSL color Cylindrical-coordinate representation of color #057295: hue angle of 194.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057295 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 114 | 149 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.42 |
| HSL | 194.58º | 0.94% | 0.3% | - |
| HSV(B) | 194.58º | 0.97% | 0.58% | - |
| XYZ | 11.5 | 14.24 | 30.58 | - |
| YUV | 85.4 | 163.89 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 149 | 0.97 | 0.23 | 0 | 0.42 | 194.58 | 0.94 | 0.3 |
| Hex | 5 | 72 | 95 | 61 | 17 | 0 | 2A | C3 | 5E | 1E |
| Octal | 5 | 162 | 225 | 141 | 27 | 0 | 52 | 303 | 136 | 36 |
| Binary | 101 | 1110010 | 10010101 | 1100001 | 10111 | 0 | 101010 | 11000011 | 1011110 | 11110 |
Color Harmonies of #057295
Complementary color
Monochromatic Colors of #057295
Black with #057295
Text Example
Text Example
White with #057295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057295; }
p { color: rgb(5,114,149); }
H1.HeaderClassName
{
color: #057295;
}
.AnyTagClassName
{
color: #057295;
}
</style>
background-color css
<style>
a { background-color: #057295; }
a { background-color: rgb(5,114,149); }
div.DivClassName
{
background-color: #057295;
}
.BgClassName
{
background-color: #057295;
}
</style>
border-color css
<style>
span { border-color: #057295; }
span { border-color: rgb(5,114,149); }
td.TdClassName
{
border-color: #057295;
}
.TagClassName
{
border-color: #057295;
}
</style>