Shades of Cerulean #027AAA
Tints of Cerulean #027AAA
RGB
CMYK
RGB Variations
Color information
#027AAA (or 0x027AAA) is known color: Cerulean. HEX triplet: 02, 7A and AA. RGB value is (2,122,170). Sum of RGB (Red+Green+Blue) = 2+122+170=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #027AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027AAA is #FD8555. Grayscale: #5B5B5B. Windows color (decimal): -16614742 or 11172354. OLE color: 11172354.
HSL color Cylindrical-coordinate representation of color #027AAA: hue angle of 197.14º 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 #027AAA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 122 | 170 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.33 |
| HSL | 197.14º | 0.98% | 0.34% | - |
| HSV(B) | 197.14º | 0.99% | 0.67% | - |
| XYZ | 14.24 | 16.83 | 40.53 | - |
| YUV | 91.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 170 | 0.99 | 0.28 | 0 | 0.33 | 197.14 | 0.98 | 0.34 |
| Hex | 2 | 7A | AA | 63 | 1C | 0 | 21 | C5 | 62 | 22 |
| Octal | 2 | 172 | 252 | 143 | 34 | 0 | 41 | 305 | 142 | 42 |
| Binary | 10 | 1111010 | 10101010 | 1100011 | 11100 | 0 | 100001 | 11000101 | 1100010 | 100010 |
Color Harmonies of #027AAA
Complementary color
Monochromatic Colors of #027AAA
Black with #027AAA
Text Example
Text Example
White with #027AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AAA; }
p { color: rgb(2,122,170); }
H1.HeaderClassName
{
color: #027AAA;
}
.AnyTagClassName
{
color: #027AAA;
}
</style>
background-color css
<style>
a { background-color: #027AAA; }
a { background-color: rgb(2,122,170); }
div.DivClassName
{
background-color: #027AAA;
}
.BgClassName
{
background-color: #027AAA;
}
</style>
border-color css
<style>
span { border-color: #027AAA; }
span { border-color: rgb(2,122,170); }
td.TdClassName
{
border-color: #027AAA;
}
.TagClassName
{
border-color: #027AAA;
}
</style>