Shades of Cerulean #0071AE
Tints of Cerulean #0071AE
RGB
CMYK
RGB Variations
Color information
#0071AE (or 0x0071AE) is known color: Cerulean. HEX triplet: 00, 71 and AE. RGB value is (0,113,174). Sum of RGB (Red+Green+Blue) = 0+113+174=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #0071AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0071AE is #FF8E51. Grayscale: #555555. Windows color (decimal): -16748114 or 11432192. OLE color: 11432192.
HSL color Cylindrical-coordinate representation of color #0071AE: hue angle of 201.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0071AE is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 113 | 174 | - |
| CMYK | 1 | 0.35 | 0 | 0.32 |
| HSL | 201.03º | 1% | 0.34% | - |
| HSV(B) | 201.03º | 1% | 0.68% | - |
| XYZ | 13.55 | 14.87 | 42.2 | - |
| YUV | 86.17 | 177.56 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 174 | 1 | 0.35 | 0 | 0.32 | 201.03 | 1 | 0.34 |
| Hex | 0 | 71 | AE | 64 | 23 | 0 | 20 | C9 | 64 | 22 |
| Octal | 0 | 161 | 256 | 144 | 43 | 0 | 40 | 311 | 144 | 42 |
| Binary | 0 | 1110001 | 10101110 | 1100100 | 100011 | 0 | 100000 | 11001001 | 1100100 | 100010 |
Color Harmonies of #0071AE
Complementary color
Monochromatic Colors of #0071AE
Black with #0071AE
Text Example
Text Example
White with #0071AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0071AE; }
p { color: rgb(0,113,174); }
H1.HeaderClassName
{
color: #0071AE;
}
.AnyTagClassName
{
color: #0071AE;
}
</style>
background-color css
<style>
a { background-color: #0071AE; }
a { background-color: rgb(0,113,174); }
div.DivClassName
{
background-color: #0071AE;
}
.BgClassName
{
background-color: #0071AE;
}
</style>
border-color css
<style>
span { border-color: #0071AE; }
span { border-color: rgb(0,113,174); }
td.TdClassName
{
border-color: #0071AE;
}
.TagClassName
{
border-color: #0071AE;
}
</style>