Shades of Cerulean #057FAC
Tints of Cerulean #057FAC
RGB
CMYK
RGB Variations
Color information
#057FAC (or 0x057FAC) is known color: Cerulean. HEX triplet: 05, 7F and AC. RGB value is (5,127,172). Sum of RGB (Red+Green+Blue) = 5+127+172=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #057FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057FAC is #FA8053. Grayscale: #5F5F5F. Windows color (decimal): -16416852 or 11304709. OLE color: 11304709.
HSL color Cylindrical-coordinate representation of color #057FAC: hue angle of 196.17º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057FAC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 127 | 172 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.33 |
| HSL | 196.17º | 0.94% | 0.35% | - |
| HSV(B) | 196.17º | 0.97% | 0.67% | - |
| XYZ | 15.1 | 18.19 | 41.74 | - |
| YUV | 95.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 172 | 0.97 | 0.26 | 0 | 0.33 | 196.17 | 0.94 | 0.35 |
| Hex | 5 | 7F | AC | 61 | 1A | 0 | 21 | C4 | 5E | 23 |
| Octal | 5 | 177 | 254 | 141 | 32 | 0 | 41 | 304 | 136 | 43 |
| Binary | 101 | 1111111 | 10101100 | 1100001 | 11010 | 0 | 100001 | 11000100 | 1011110 | 100011 |
Color Harmonies of #057FAC
Complementary color
Monochromatic Colors of #057FAC
Black with #057FAC
Text Example
Text Example
White with #057FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FAC; }
p { color: rgb(5,127,172); }
H1.HeaderClassName
{
color: #057FAC;
}
.AnyTagClassName
{
color: #057FAC;
}
</style>
background-color css
<style>
a { background-color: #057FAC; }
a { background-color: rgb(5,127,172); }
div.DivClassName
{
background-color: #057FAC;
}
.BgClassName
{
background-color: #057FAC;
}
</style>
border-color css
<style>
span { border-color: #057FAC; }
span { border-color: rgb(5,127,172); }
td.TdClassName
{
border-color: #057FAC;
}
.TagClassName
{
border-color: #057FAC;
}
</style>