Shades of Cerulean #057CA5
Tints of Cerulean #057CA5
RGB
CMYK
RGB Variations
Color information
#057CA5 (or 0x057CA5) is known color: Cerulean. HEX triplet: 05, 7C and A5. RGB value is (5,124,165). Sum of RGB (Red+Green+Blue) = 5+124+165=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #057CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CA5 is #FA835A. Grayscale: #5C5C5C. Windows color (decimal): -16417627 or 10845189. OLE color: 10845189.
HSL color Cylindrical-coordinate representation of color #057CA5: hue angle of 195.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057CA5 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 124 | 165 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.35 |
| HSL | 195.38º | 0.94% | 0.33% | - |
| HSV(B) | 195.38º | 0.97% | 0.65% | - |
| XYZ | 14.06 | 17.16 | 38.17 | - |
| YUV | 93.09 | 168.58 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 165 | 0.97 | 0.25 | 0 | 0.35 | 195.38 | 0.94 | 0.33 |
| Hex | 5 | 7C | A5 | 61 | 19 | 0 | 23 | C3 | 5E | 21 |
| Octal | 5 | 174 | 245 | 141 | 31 | 0 | 43 | 303 | 136 | 41 |
| Binary | 101 | 1111100 | 10100101 | 1100001 | 11001 | 0 | 100011 | 11000011 | 1011110 | 100001 |
Color Harmonies of #057CA5
Complementary color
Monochromatic Colors of #057CA5
Black with #057CA5
Text Example
Text Example
White with #057CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CA5; }
p { color: rgb(5,124,165); }
H1.HeaderClassName
{
color: #057CA5;
}
.AnyTagClassName
{
color: #057CA5;
}
</style>
background-color css
<style>
a { background-color: #057CA5; }
a { background-color: rgb(5,124,165); }
div.DivClassName
{
background-color: #057CA5;
}
.BgClassName
{
background-color: #057CA5;
}
</style>
border-color css
<style>
span { border-color: #057CA5; }
span { border-color: rgb(5,124,165); }
td.TdClassName
{
border-color: #057CA5;
}
.TagClassName
{
border-color: #057CA5;
}
</style>