Shades of Cerulean #057CAA
Tints of Cerulean #057CAA
RGB
CMYK
RGB Variations
Color information
#057CAA (or 0x057CAA) is known color: Cerulean. HEX triplet: 05, 7C and AA. RGB value is (5,124,170). Sum of RGB (Red+Green+Blue) = 5+124+170=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #057CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CAA is #FA8355. Grayscale: #5D5D5D. Windows color (decimal): -16417622 or 11172869. OLE color: 11172869.
HSL color Cylindrical-coordinate representation of color #057CAA: hue angle of 196.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057CAA is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 124 | 170 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.33 |
| HSL | 196.73º | 0.94% | 0.34% | - |
| HSV(B) | 196.73º | 0.97% | 0.67% | - |
| XYZ | 14.53 | 17.35 | 40.61 | - |
| YUV | 93.66 | 171.08 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 170 | 0.97 | 0.27 | 0 | 0.33 | 196.73 | 0.94 | 0.34 |
| Hex | 5 | 7C | AA | 61 | 1B | 0 | 21 | C5 | 5E | 22 |
| Octal | 5 | 174 | 252 | 141 | 33 | 0 | 41 | 305 | 136 | 42 |
| Binary | 101 | 1111100 | 10101010 | 1100001 | 11011 | 0 | 100001 | 11000101 | 1011110 | 100010 |
Color Harmonies of #057CAA
Complementary color
Monochromatic Colors of #057CAA
Black with #057CAA
Text Example
Text Example
White with #057CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CAA; }
p { color: rgb(5,124,170); }
H1.HeaderClassName
{
color: #057CAA;
}
.AnyTagClassName
{
color: #057CAA;
}
</style>
background-color css
<style>
a { background-color: #057CAA; }
a { background-color: rgb(5,124,170); }
div.DivClassName
{
background-color: #057CAA;
}
.BgClassName
{
background-color: #057CAA;
}
</style>
border-color css
<style>
span { border-color: #057CAA; }
span { border-color: rgb(5,124,170); }
td.TdClassName
{
border-color: #057CAA;
}
.TagClassName
{
border-color: #057CAA;
}
</style>