Shades of Cerulean #057AB4
Tints of Cerulean #057AB4
RGB
CMYK
RGB Variations
Color information
#057AB4 (or 0x057AB4) is known color: Cerulean. HEX triplet: 05, 7A and B4. RGB value is (5,122,180). Sum of RGB (Red+Green+Blue) = 5+122+180=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #057AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AB4 is #FA854B. Grayscale: #5D5D5D. Windows color (decimal): -16418124 or 11827717. OLE color: 11827717.
HSL color Cylindrical-coordinate representation of color #057AB4: hue angle of 199.89º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057AB4 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 122 | 180 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.29 |
| HSL | 199.89º | 0.95% | 0.36% | - |
| HSV(B) | 199.89º | 0.97% | 0.71% | - |
| XYZ | 15.26 | 17.25 | 45.7 | - |
| YUV | 93.63 | 176.74 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 180 | 0.97 | 0.32 | 0 | 0.29 | 199.89 | 0.95 | 0.36 |
| Hex | 5 | 7A | B4 | 61 | 20 | 0 | 1D | C8 | 5F | 24 |
| Octal | 5 | 172 | 264 | 141 | 40 | 0 | 35 | 310 | 137 | 44 |
| Binary | 101 | 1111010 | 10110100 | 1100001 | 100000 | 0 | 11101 | 11001000 | 1011111 | 100100 |
Color Harmonies of #057AB4
Complementary color
Monochromatic Colors of #057AB4
Black with #057AB4
Text Example
Text Example
White with #057AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AB4; }
p { color: rgb(5,122,180); }
H1.HeaderClassName
{
color: #057AB4;
}
.AnyTagClassName
{
color: #057AB4;
}
</style>
background-color css
<style>
a { background-color: #057AB4; }
a { background-color: rgb(5,122,180); }
div.DivClassName
{
background-color: #057AB4;
}
.BgClassName
{
background-color: #057AB4;
}
</style>
border-color css
<style>
span { border-color: #057AB4; }
span { border-color: rgb(5,122,180); }
td.TdClassName
{
border-color: #057AB4;
}
.TagClassName
{
border-color: #057AB4;
}
</style>