Shades of Cerulean #057BA9
Tints of Cerulean #057BA9
RGB
CMYK
RGB Variations
Color information
#057BA9 (or 0x057BA9) is known color: Cerulean. HEX triplet: 05, 7B and A9. RGB value is (5,123,169). Sum of RGB (Red+Green+Blue) = 5+123+169=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #057BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BA9 is #FA8456. Grayscale: #5C5C5C. Windows color (decimal): -16417879 or 11107077. OLE color: 11107077.
HSL color Cylindrical-coordinate representation of color #057BA9: hue angle of 196.83º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057BA9 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 123 | 169 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.34 |
| HSL | 196.83º | 0.94% | 0.34% | - |
| HSV(B) | 196.83º | 0.97% | 0.66% | - |
| XYZ | 14.31 | 17.06 | 40.08 | - |
| YUV | 92.96 | 170.91 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 169 | 0.97 | 0.27 | 0 | 0.34 | 196.83 | 0.94 | 0.34 |
| Hex | 5 | 7B | A9 | 61 | 1B | 0 | 22 | C5 | 5E | 22 |
| Octal | 5 | 173 | 251 | 141 | 33 | 0 | 42 | 305 | 136 | 42 |
| Binary | 101 | 1111011 | 10101001 | 1100001 | 11011 | 0 | 100010 | 11000101 | 1011110 | 100010 |
Color Harmonies of #057BA9
Complementary color
Monochromatic Colors of #057BA9
Black with #057BA9
Text Example
Text Example
White with #057BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BA9; }
p { color: rgb(5,123,169); }
H1.HeaderClassName
{
color: #057BA9;
}
.AnyTagClassName
{
color: #057BA9;
}
</style>
background-color css
<style>
a { background-color: #057BA9; }
a { background-color: rgb(5,123,169); }
div.DivClassName
{
background-color: #057BA9;
}
.BgClassName
{
background-color: #057BA9;
}
</style>
border-color css
<style>
span { border-color: #057BA9; }
span { border-color: rgb(5,123,169); }
td.TdClassName
{
border-color: #057BA9;
}
.TagClassName
{
border-color: #057BA9;
}
</style>