Shades of Cerulean #0277AA
Tints of Cerulean #0277AA
RGB
CMYK
RGB Variations
Color information
#0277AA (or 0x0277AA) is known color: Cerulean. HEX triplet: 02, 77 and AA. RGB value is (2,119,170). Sum of RGB (Red+Green+Blue) = 2+119+170=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #0277AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0277AA is #FD8855. Grayscale: #595959. Windows color (decimal): -16615510 or 11171586. OLE color: 11171586.
HSL color Cylindrical-coordinate representation of color #0277AA: hue angle of 198.21º 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 #0277AA is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 119 | 170 | - |
| CMYK | 0.99 | 0.3 | 0 | 0.33 |
| HSL | 198.21º | 0.98% | 0.34% | - |
| HSV(B) | 198.21º | 0.99% | 0.67% | - |
| XYZ | 13.88 | 16.11 | 40.41 | - |
| YUV | 89.83 | 173.24 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 170 | 0.99 | 0.3 | 0 | 0.33 | 198.21 | 0.98 | 0.34 |
| Hex | 2 | 77 | AA | 63 | 1E | 0 | 21 | C6 | 62 | 22 |
| Octal | 2 | 167 | 252 | 143 | 36 | 0 | 41 | 306 | 142 | 42 |
| Binary | 10 | 1110111 | 10101010 | 1100011 | 11110 | 0 | 100001 | 11000110 | 1100010 | 100010 |
Color Harmonies of #0277AA
Complementary color
Monochromatic Colors of #0277AA
Black with #0277AA
Text Example
Text Example
White with #0277AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0277AA; }
p { color: rgb(2,119,170); }
H1.HeaderClassName
{
color: #0277AA;
}
.AnyTagClassName
{
color: #0277AA;
}
</style>
background-color css
<style>
a { background-color: #0277AA; }
a { background-color: rgb(2,119,170); }
div.DivClassName
{
background-color: #0277AA;
}
.BgClassName
{
background-color: #0277AA;
}
</style>
border-color css
<style>
span { border-color: #0277AA; }
span { border-color: rgb(2,119,170); }
td.TdClassName
{
border-color: #0277AA;
}
.TagClassName
{
border-color: #0277AA;
}
</style>