Shades of Cerulean #057BAC
Tints of Cerulean #057BAC
RGB
CMYK
RGB Variations
Color information
#057BAC (or 0x057BAC) is known color: Cerulean. HEX triplet: 05, 7B and AC. RGB value is (5,123,172). Sum of RGB (Red+Green+Blue) = 5+123+172=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #057BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BAC is #FA8453. Grayscale: #5C5C5C. Windows color (decimal): -16417876 or 11303685. OLE color: 11303685.
HSL color Cylindrical-coordinate representation of color #057BAC: hue angle of 197.6º 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 #057BAC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 123 | 172 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.33 |
| HSL | 197.6º | 0.94% | 0.35% | - |
| HSV(B) | 197.6º | 0.97% | 0.67% | - |
| XYZ | 14.59 | 17.18 | 41.58 | - |
| YUV | 93.3 | 172.41 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 172 | 0.97 | 0.28 | 0 | 0.33 | 197.6 | 0.94 | 0.35 |
| Hex | 5 | 7B | AC | 61 | 1C | 0 | 21 | C6 | 5E | 23 |
| Octal | 5 | 173 | 254 | 141 | 34 | 0 | 41 | 306 | 136 | 43 |
| Binary | 101 | 1111011 | 10101100 | 1100001 | 11100 | 0 | 100001 | 11000110 | 1011110 | 100011 |
Color Harmonies of #057BAC
Complementary color
Monochromatic Colors of #057BAC
Black with #057BAC
Text Example
Text Example
White with #057BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BAC; }
p { color: rgb(5,123,172); }
H1.HeaderClassName
{
color: #057BAC;
}
.AnyTagClassName
{
color: #057BAC;
}
</style>
background-color css
<style>
a { background-color: #057BAC; }
a { background-color: rgb(5,123,172); }
div.DivClassName
{
background-color: #057BAC;
}
.BgClassName
{
background-color: #057BAC;
}
</style>
border-color css
<style>
span { border-color: #057BAC; }
span { border-color: rgb(5,123,172); }
td.TdClassName
{
border-color: #057BAC;
}
.TagClassName
{
border-color: #057BAC;
}
</style>