Shades of Cerulean #057AA4
Tints of Cerulean #057AA4
RGB
CMYK
RGB Variations
Color information
#057AA4 (or 0x057AA4) is known color: Cerulean. HEX triplet: 05, 7A and A4. RGB value is (5,122,164). Sum of RGB (Red+Green+Blue) = 5+122+164=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #057AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057AA4 is #FA855B. Grayscale: #5B5B5B. Windows color (decimal): -16418140 or 10779141. OLE color: 10779141.
HSL color Cylindrical-coordinate representation of color #057AA4: hue angle of 195.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057AA4 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 122 | 164 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.36 |
| HSL | 195.85º | 0.94% | 0.33% | - |
| HSV(B) | 195.85º | 0.97% | 0.64% | - |
| XYZ | 13.72 | 16.63 | 37.61 | - |
| YUV | 91.81 | 168.74 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 164 | 0.97 | 0.26 | 0 | 0.36 | 195.85 | 0.94 | 0.33 |
| Hex | 5 | 7A | A4 | 61 | 1A | 0 | 24 | C4 | 5E | 21 |
| Octal | 5 | 172 | 244 | 141 | 32 | 0 | 44 | 304 | 136 | 41 |
| Binary | 101 | 1111010 | 10100100 | 1100001 | 11010 | 0 | 100100 | 11000100 | 1011110 | 100001 |
Color Harmonies of #057AA4
Complementary color
Monochromatic Colors of #057AA4
Black with #057AA4
Text Example
Text Example
White with #057AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AA4; }
p { color: rgb(5,122,164); }
H1.HeaderClassName
{
color: #057AA4;
}
.AnyTagClassName
{
color: #057AA4;
}
</style>
background-color css
<style>
a { background-color: #057AA4; }
a { background-color: rgb(5,122,164); }
div.DivClassName
{
background-color: #057AA4;
}
.BgClassName
{
background-color: #057AA4;
}
</style>
border-color css
<style>
span { border-color: #057AA4; }
span { border-color: rgb(5,122,164); }
td.TdClassName
{
border-color: #057AA4;
}
.TagClassName
{
border-color: #057AA4;
}
</style>