Shades of Cerulean #0571A4
Tints of Cerulean #0571A4
RGB
CMYK
RGB Variations
Color information
#0571A4 (or 0x0571A4) is known color: Cerulean. HEX triplet: 05, 71 and A4. RGB value is (5,113,164). Sum of RGB (Red+Green+Blue) = 5+113+164=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #0571A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0571A4 is #FA8E5B. Grayscale: #565656. Windows color (decimal): -16420444 or 10776837. OLE color: 10776837.
HSL color Cylindrical-coordinate representation of color #0571A4: hue angle of 199.25º 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 #0571A4 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 113 | 164 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.36 |
| HSL | 199.25º | 0.94% | 0.33% | - |
| HSV(B) | 199.25º | 0.97% | 0.64% | - |
| XYZ | 12.67 | 14.52 | 37.26 | - |
| YUV | 86.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 164 | 0.97 | 0.31 | 0 | 0.36 | 199.25 | 0.94 | 0.33 |
| Hex | 5 | 71 | A4 | 61 | 1F | 0 | 24 | C7 | 5E | 21 |
| Octal | 5 | 161 | 244 | 141 | 37 | 0 | 44 | 307 | 136 | 41 |
| Binary | 101 | 1110001 | 10100100 | 1100001 | 11111 | 0 | 100100 | 11000111 | 1011110 | 100001 |
Color Harmonies of #0571A4
Complementary color
Monochromatic Colors of #0571A4
Black with #0571A4
Text Example
Text Example
White with #0571A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571A4; }
p { color: rgb(5,113,164); }
H1.HeaderClassName
{
color: #0571A4;
}
.AnyTagClassName
{
color: #0571A4;
}
</style>
background-color css
<style>
a { background-color: #0571A4; }
a { background-color: rgb(5,113,164); }
div.DivClassName
{
background-color: #0571A4;
}
.BgClassName
{
background-color: #0571A4;
}
</style>
border-color css
<style>
span { border-color: #0571A4; }
span { border-color: rgb(5,113,164); }
td.TdClassName
{
border-color: #0571A4;
}
.TagClassName
{
border-color: #0571A4;
}
</style>