Shades of Cerulean #057E9F
Tints of Cerulean #057E9F
RGB
CMYK
RGB Variations
Color information
#057E9F (or 0x057E9F) is known color: Cerulean. HEX triplet: 05, 7E and 9F. RGB value is (5,126,159). Sum of RGB (Red+Green+Blue) = 5+126+159=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #057E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057E9F is #FA8160. Grayscale: #5D5D5D. Windows color (decimal): -16417121 or 10452485. OLE color: 10452485.
HSL color Cylindrical-coordinate representation of color #057E9F: hue angle of 192.86º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057E9F is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 126 | 159 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.38 |
| HSL | 192.86º | 0.94% | 0.32% | - |
| HSV(B) | 192.86º | 0.97% | 0.62% | - |
| XYZ | 13.78 | 17.46 | 35.44 | - |
| YUV | 93.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 159 | 0.97 | 0.21 | 0 | 0.38 | 192.86 | 0.94 | 0.32 |
| Hex | 5 | 7E | 9F | 61 | 15 | 0 | 26 | C1 | 5E | 20 |
| Octal | 5 | 176 | 237 | 141 | 25 | 0 | 46 | 301 | 136 | 40 |
| Binary | 101 | 1111110 | 10011111 | 1100001 | 10101 | 0 | 100110 | 11000001 | 1011110 | 100000 |
Color Harmonies of #057E9F
Complementary color
Monochromatic Colors of #057E9F
Black with #057E9F
Text Example
Text Example
White with #057E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E9F; }
p { color: rgb(5,126,159); }
H1.HeaderClassName
{
color: #057E9F;
}
.AnyTagClassName
{
color: #057E9F;
}
</style>
background-color css
<style>
a { background-color: #057E9F; }
a { background-color: rgb(5,126,159); }
div.DivClassName
{
background-color: #057E9F;
}
.BgClassName
{
background-color: #057E9F;
}
</style>
border-color css
<style>
span { border-color: #057E9F; }
span { border-color: rgb(5,126,159); }
td.TdClassName
{
border-color: #057E9F;
}
.TagClassName
{
border-color: #057E9F;
}
</style>