Shades of Cerulean #027CAA
Tints of Cerulean #027CAA
RGB
CMYK
RGB Variations
Color information
#027CAA (or 0x027CAA) is known color: Cerulean. HEX triplet: 02, 7C and AA. RGB value is (2,124,170). Sum of RGB (Red+Green+Blue) = 2+124+170=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #027CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027CAA is #FD8355. Grayscale: #5C5C5C. Windows color (decimal): -16614230 or 11172866. OLE color: 11172866.
HSL color Cylindrical-coordinate representation of color #027CAA: hue angle of 196.43º 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 #027CAA is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 124 | 170 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.33 |
| HSL | 196.43º | 0.98% | 0.34% | - |
| HSV(B) | 196.43º | 0.99% | 0.67% | - |
| XYZ | 14.49 | 17.33 | 40.61 | - |
| YUV | 92.77 | 171.58 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 170 | 0.99 | 0.27 | 0 | 0.33 | 196.43 | 0.98 | 0.34 |
| Hex | 2 | 7C | AA | 63 | 1B | 0 | 21 | C4 | 62 | 22 |
| Octal | 2 | 174 | 252 | 143 | 33 | 0 | 41 | 304 | 142 | 42 |
| Binary | 10 | 1111100 | 10101010 | 1100011 | 11011 | 0 | 100001 | 11000100 | 1100010 | 100010 |
Color Harmonies of #027CAA
Complementary color
Monochromatic Colors of #027CAA
Black with #027CAA
Text Example
Text Example
White with #027CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CAA; }
p { color: rgb(2,124,170); }
H1.HeaderClassName
{
color: #027CAA;
}
.AnyTagClassName
{
color: #027CAA;
}
</style>
background-color css
<style>
a { background-color: #027CAA; }
a { background-color: rgb(2,124,170); }
div.DivClassName
{
background-color: #027CAA;
}
.BgClassName
{
background-color: #027CAA;
}
</style>
border-color css
<style>
span { border-color: #027CAA; }
span { border-color: rgb(2,124,170); }
td.TdClassName
{
border-color: #027CAA;
}
.TagClassName
{
border-color: #027CAA;
}
</style>