Shades of Cerulean #057DA3
Tints of Cerulean #057DA3
RGB
CMYK
RGB Variations
Color information
#057DA3 (or 0x057DA3) is known color: Cerulean. HEX triplet: 05, 7D and A3. RGB value is (5,125,163). Sum of RGB (Red+Green+Blue) = 5+125+163=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 163 (64.06% from 255 or 55.63% from 293); Max value from RGB is 163 - color contains mainly: blue. Hex color #057DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057DA3 is #FA825C. Grayscale: #5D5D5D. Windows color (decimal): -16417373 or 10714373. OLE color: 10714373.
HSL color Cylindrical-coordinate representation of color #057DA3: hue angle of 194.43º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057DA3 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 125 | 163 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.36 |
| HSL | 194.43º | 0.94% | 0.33% | - |
| HSV(B) | 194.43º | 0.97% | 0.64% | - |
| XYZ | 14.01 | 17.34 | 37.26 | - |
| YUV | 93.45 | 167.24 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 163 | 0.97 | 0.23 | 0 | 0.36 | 194.43 | 0.94 | 0.33 |
| Hex | 5 | 7D | A3 | 61 | 17 | 0 | 24 | C2 | 5E | 21 |
| Octal | 5 | 175 | 243 | 141 | 27 | 0 | 44 | 302 | 136 | 41 |
| Binary | 101 | 1111101 | 10100011 | 1100001 | 10111 | 0 | 100100 | 11000010 | 1011110 | 100001 |
Color Harmonies of #057DA3
Complementary color
Monochromatic Colors of #057DA3
Black with #057DA3
Text Example
Text Example
White with #057DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DA3; }
p { color: rgb(5,125,163); }
H1.HeaderClassName
{
color: #057DA3;
}
.AnyTagClassName
{
color: #057DA3;
}
</style>
background-color css
<style>
a { background-color: #057DA3; }
a { background-color: rgb(5,125,163); }
div.DivClassName
{
background-color: #057DA3;
}
.BgClassName
{
background-color: #057DA3;
}
</style>
border-color css
<style>
span { border-color: #057DA3; }
span { border-color: rgb(5,125,163); }
td.TdClassName
{
border-color: #057DA3;
}
.TagClassName
{
border-color: #057DA3;
}
</style>