Shades of Cerulean #0271AA
Tints of Cerulean #0271AA
RGB
CMYK
RGB Variations
Color information
#0271AA (or 0x0271AA) is known color: Cerulean. HEX triplet: 02, 71 and AA. RGB value is (2,113,170). Sum of RGB (Red+Green+Blue) = 2+113+170=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #0271AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0271AA is #FD8E55. Grayscale: #555555. Windows color (decimal): -16617046 or 11170050. OLE color: 11170050.
HSL color Cylindrical-coordinate representation of color #0271AA: hue angle of 200.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271AA is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 113 | 170 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.33 |
| HSL | 200.36º | 0.98% | 0.34% | - |
| HSV(B) | 200.36º | 0.99% | 0.67% | - |
| XYZ | 13.19 | 14.73 | 40.18 | - |
| YUV | 86.31 | 175.23 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 170 | 0.99 | 0.34 | 0 | 0.33 | 200.36 | 0.98 | 0.34 |
| Hex | 2 | 71 | AA | 63 | 22 | 0 | 21 | C8 | 62 | 22 |
| Octal | 2 | 161 | 252 | 143 | 42 | 0 | 41 | 310 | 142 | 42 |
| Binary | 10 | 1110001 | 10101010 | 1100011 | 100010 | 0 | 100001 | 11001000 | 1100010 | 100010 |
Color Harmonies of #0271AA
Complementary color
Monochromatic Colors of #0271AA
Black with #0271AA
Text Example
Text Example
White with #0271AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271AA; }
p { color: rgb(2,113,170); }
H1.HeaderClassName
{
color: #0271AA;
}
.AnyTagClassName
{
color: #0271AA;
}
</style>
background-color css
<style>
a { background-color: #0271AA; }
a { background-color: rgb(2,113,170); }
div.DivClassName
{
background-color: #0271AA;
}
.BgClassName
{
background-color: #0271AA;
}
</style>
border-color css
<style>
span { border-color: #0271AA; }
span { border-color: rgb(2,113,170); }
td.TdClassName
{
border-color: #0271AA;
}
.TagClassName
{
border-color: #0271AA;
}
</style>