Shades of Cerulean #057CB0
Tints of Cerulean #057CB0
RGB
CMYK
RGB Variations
Color information
#057CB0 (or 0x057CB0) is known color: Cerulean. HEX triplet: 05, 7C and B0. RGB value is (5,124,176). Sum of RGB (Red+Green+Blue) = 5+124+176=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #057CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CB0 is #FA834F. Grayscale: #5E5E5E. Windows color (decimal): -16417616 or 11566085. OLE color: 11566085.
HSL color Cylindrical-coordinate representation of color #057CB0: hue angle of 198.25º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057CB0 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 124 | 176 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.31 |
| HSL | 198.25º | 0.94% | 0.35% | - |
| HSV(B) | 198.25º | 0.97% | 0.69% | - |
| XYZ | 15.11 | 17.58 | 43.67 | - |
| YUV | 94.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 176 | 0.97 | 0.30 | 0 | 0.31 | 198.25 | 0.94 | 0.35 |
| Hex | 5 | 7C | B0 | 61 | 1E | 0 | 1F | C6 | 5E | 23 |
| Octal | 5 | 174 | 260 | 141 | 36 | 0 | 37 | 306 | 136 | 43 |
| Binary | 101 | 1111100 | 10110000 | 1100001 | 11110 | 0 | 11111 | 11000110 | 1011110 | 100011 |
Color Harmonies of #057CB0
Complementary color
Monochromatic Colors of #057CB0
Black with #057CB0
Text Example
Text Example
White with #057CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CB0; }
p { color: rgb(5,124,176); }
H1.HeaderClassName
{
color: #057CB0;
}
.AnyTagClassName
{
color: #057CB0;
}
</style>
background-color css
<style>
a { background-color: #057CB0; }
a { background-color: rgb(5,124,176); }
div.DivClassName
{
background-color: #057CB0;
}
.BgClassName
{
background-color: #057CB0;
}
</style>
border-color css
<style>
span { border-color: #057CB0; }
span { border-color: rgb(5,124,176); }
td.TdClassName
{
border-color: #057CB0;
}
.TagClassName
{
border-color: #057CB0;
}
</style>