Shades of Cerulean #027E9F
Tints of Cerulean #027E9F
RGB
CMYK
RGB Variations
Color information
#027E9F (or 0x027E9F) is known color: Cerulean. HEX triplet: 02, 7E and 9F. RGB value is (2,126,159). Sum of RGB (Red+Green+Blue) = 2+126+159=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #027E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E9F is #FD8160. Grayscale: #5C5C5C. Windows color (decimal): -16613729 or 10452482. OLE color: 10452482.
HSL color Cylindrical-coordinate representation of color #027E9F: hue angle of 192.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027E9F is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 126 | 159 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.38 |
| HSL | 192.61º | 0.98% | 0.32% | - |
| HSV(B) | 192.61º | 0.99% | 0.62% | - |
| XYZ | 13.74 | 17.44 | 35.44 | - |
| YUV | 92.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 159 | 0.99 | 0.21 | 0 | 0.38 | 192.61 | 0.98 | 0.32 |
| Hex | 2 | 7E | 9F | 63 | 15 | 0 | 26 | C1 | 62 | 20 |
| Octal | 2 | 176 | 237 | 143 | 25 | 0 | 46 | 301 | 142 | 40 |
| Binary | 10 | 1111110 | 10011111 | 1100011 | 10101 | 0 | 100110 | 11000001 | 1100010 | 100000 |
Color Harmonies of #027E9F
Complementary color
Monochromatic Colors of #027E9F
Black with #027E9F
Text Example
Text Example
White with #027E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E9F; }
p { color: rgb(2,126,159); }
H1.HeaderClassName
{
color: #027E9F;
}
.AnyTagClassName
{
color: #027E9F;
}
</style>
background-color css
<style>
a { background-color: #027E9F; }
a { background-color: rgb(2,126,159); }
div.DivClassName
{
background-color: #027E9F;
}
.BgClassName
{
background-color: #027E9F;
}
</style>
border-color css
<style>
span { border-color: #027E9F; }
span { border-color: rgb(2,126,159); }
td.TdClassName
{
border-color: #027E9F;
}
.TagClassName
{
border-color: #027E9F;
}
</style>