Shades of Cerulean #057FAA
Tints of Cerulean #057FAA
RGB
CMYK
RGB Variations
Color information
#057FAA (or 0x057FAA) is known color: Cerulean. HEX triplet: 05, 7F and AA. RGB value is (5,127,170). Sum of RGB (Red+Green+Blue) = 5+127+170=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #057FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057FAA is #FA8055. Grayscale: #5F5F5F. Windows color (decimal): -16416854 or 11173637. OLE color: 11173637.
HSL color Cylindrical-coordinate representation of color #057FAA: hue angle of 195.64º 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 #057FAA is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 127 | 170 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.33 |
| HSL | 195.64º | 0.94% | 0.34% | - |
| HSV(B) | 195.64º | 0.97% | 0.67% | - |
| XYZ | 14.91 | 18.11 | 40.74 | - |
| YUV | 95.42 | 170.08 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 170 | 0.97 | 0.25 | 0 | 0.33 | 195.64 | 0.94 | 0.34 |
| Hex | 5 | 7F | AA | 61 | 19 | 0 | 21 | C4 | 5E | 22 |
| Octal | 5 | 177 | 252 | 141 | 31 | 0 | 41 | 304 | 136 | 42 |
| Binary | 101 | 1111111 | 10101010 | 1100001 | 11001 | 0 | 100001 | 11000100 | 1011110 | 100010 |
Color Harmonies of #057FAA
Complementary color
Monochromatic Colors of #057FAA
Black with #057FAA
Text Example
Text Example
White with #057FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FAA; }
p { color: rgb(5,127,170); }
H1.HeaderClassName
{
color: #057FAA;
}
.AnyTagClassName
{
color: #057FAA;
}
</style>
background-color css
<style>
a { background-color: #057FAA; }
a { background-color: rgb(5,127,170); }
div.DivClassName
{
background-color: #057FAA;
}
.BgClassName
{
background-color: #057FAA;
}
</style>
border-color css
<style>
span { border-color: #057FAA; }
span { border-color: rgb(5,127,170); }
td.TdClassName
{
border-color: #057FAA;
}
.TagClassName
{
border-color: #057FAA;
}
</style>