Shades of Cerulean #057BAB
Tints of Cerulean #057BAB
RGB
CMYK
RGB Variations
Color information
#057BAB (or 0x057BAB) is known color: Cerulean. HEX triplet: 05, 7B and AB. RGB value is (5,123,171). Sum of RGB (Red+Green+Blue) = 5+123+171=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #057BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BAB is #FA8454. Grayscale: #5C5C5C. Windows color (decimal): -16417877 or 11238149. OLE color: 11238149.
HSL color Cylindrical-coordinate representation of color #057BAB: hue angle of 197.35º 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 #057BAB is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 123 | 171 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.33 |
| HSL | 197.35º | 0.94% | 0.35% | - |
| HSV(B) | 197.35º | 0.97% | 0.67% | - |
| XYZ | 14.5 | 17.14 | 41.07 | - |
| YUV | 93.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 171 | 0.97 | 0.28 | 0 | 0.33 | 197.35 | 0.94 | 0.35 |
| Hex | 5 | 7B | AB | 61 | 1C | 0 | 21 | C5 | 5E | 23 |
| Octal | 5 | 173 | 253 | 141 | 34 | 0 | 41 | 305 | 136 | 43 |
| Binary | 101 | 1111011 | 10101011 | 1100001 | 11100 | 0 | 100001 | 11000101 | 1011110 | 100011 |
Color Harmonies of #057BAB
Complementary color
Monochromatic Colors of #057BAB
Black with #057BAB
Text Example
Text Example
White with #057BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BAB; }
p { color: rgb(5,123,171); }
H1.HeaderClassName
{
color: #057BAB;
}
.AnyTagClassName
{
color: #057BAB;
}
</style>
background-color css
<style>
a { background-color: #057BAB; }
a { background-color: rgb(5,123,171); }
div.DivClassName
{
background-color: #057BAB;
}
.BgClassName
{
background-color: #057BAB;
}
</style>
border-color css
<style>
span { border-color: #057BAB; }
span { border-color: rgb(5,123,171); }
td.TdClassName
{
border-color: #057BAB;
}
.TagClassName
{
border-color: #057BAB;
}
</style>