Shades of Cerulean #0272AA
Tints of Cerulean #0272AA
RGB
CMYK
RGB Variations
Color information
#0272AA (or 0x0272AA) is known color: Cerulean. HEX triplet: 02, 72 and AA. RGB value is (2,114,170). Sum of RGB (Red+Green+Blue) = 2+114+170=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #0272AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0272AA is #FD8D55. Grayscale: #565656. Windows color (decimal): -16616790 or 11170306. OLE color: 11170306.
HSL color Cylindrical-coordinate representation of color #0272AA: hue angle of 200º 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 #0272AA is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 114 | 170 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.33 |
| HSL | 200º | 0.98% | 0.34% | - |
| HSV(B) | 200º | 0.99% | 0.67% | - |
| XYZ | 13.3 | 14.95 | 40.21 | - |
| YUV | 86.9 | 174.89 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 170 | 0.99 | 0.33 | 0 | 0.33 | 200 | 0.98 | 0.34 |
| Hex | 2 | 72 | AA | 63 | 21 | 0 | 21 | C8 | 62 | 22 |
| Octal | 2 | 162 | 252 | 143 | 41 | 0 | 41 | 310 | 142 | 42 |
| Binary | 10 | 1110010 | 10101010 | 1100011 | 100001 | 0 | 100001 | 11001000 | 1100010 | 100010 |
Color Harmonies of #0272AA
Complementary color
Monochromatic Colors of #0272AA
Black with #0272AA
Text Example
Text Example
White with #0272AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0272AA; }
p { color: rgb(2,114,170); }
H1.HeaderClassName
{
color: #0272AA;
}
.AnyTagClassName
{
color: #0272AA;
}
</style>
background-color css
<style>
a { background-color: #0272AA; }
a { background-color: rgb(2,114,170); }
div.DivClassName
{
background-color: #0272AA;
}
.BgClassName
{
background-color: #0272AA;
}
</style>
border-color css
<style>
span { border-color: #0272AA; }
span { border-color: rgb(2,114,170); }
td.TdClassName
{
border-color: #0272AA;
}
.TagClassName
{
border-color: #0272AA;
}
</style>