Shades of Cerulean #027CA2
Tints of Cerulean #027CA2
RGB
CMYK
RGB Variations
Color information
#027CA2 (or 0x027CA2) is known color: Cerulean. HEX triplet: 02, 7C and A2. RGB value is (2,124,162). Sum of RGB (Red+Green+Blue) = 2+124+162=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #027CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027CA2 is #FD835D. Grayscale: #5B5B5B. Windows color (decimal): -16614238 or 10648578. OLE color: 10648578.
HSL color Cylindrical-coordinate representation of color #027CA2: hue angle of 194.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CA2 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 124 | 162 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.36 |
| HSL | 194.25º | 0.98% | 0.32% | - |
| HSV(B) | 194.25º | 0.99% | 0.64% | - |
| XYZ | 13.75 | 17.04 | 36.75 | - |
| YUV | 91.85 | 167.58 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 162 | 0.99 | 0.23 | 0 | 0.36 | 194.25 | 0.98 | 0.32 |
| Hex | 2 | 7C | A2 | 63 | 17 | 0 | 24 | C2 | 62 | 20 |
| Octal | 2 | 174 | 242 | 143 | 27 | 0 | 44 | 302 | 142 | 40 |
| Binary | 10 | 1111100 | 10100010 | 1100011 | 10111 | 0 | 100100 | 11000010 | 1100010 | 100000 |
Color Harmonies of #027CA2
Complementary color
Monochromatic Colors of #027CA2
Black with #027CA2
Text Example
Text Example
White with #027CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CA2; }
p { color: rgb(2,124,162); }
H1.HeaderClassName
{
color: #027CA2;
}
.AnyTagClassName
{
color: #027CA2;
}
</style>
background-color css
<style>
a { background-color: #027CA2; }
a { background-color: rgb(2,124,162); }
div.DivClassName
{
background-color: #027CA2;
}
.BgClassName
{
background-color: #027CA2;
}
</style>
border-color css
<style>
span { border-color: #027CA2; }
span { border-color: rgb(2,124,162); }
td.TdClassName
{
border-color: #027CA2;
}
.TagClassName
{
border-color: #027CA2;
}
</style>