Shades of Cerulean #027090
Tints of Cerulean #027090
RGB
CMYK
RGB Variations
Color information
#027090 (or 0x027090) is known color: Cerulean. HEX triplet: 02, 70 and 90. RGB value is (2,112,144). Sum of RGB (Red+Green+Blue) = 2+112+144=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #027090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027090 is #FD8F6F. Grayscale: #525252. Windows color (decimal): -16617328 or 9465858. OLE color: 9465858.
HSL color Cylindrical-coordinate representation of color #027090: hue angle of 193.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027090 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 112 | 144 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.44 |
| HSL | 193.52º | 0.97% | 0.29% | - |
| HSV(B) | 193.52º | 0.99% | 0.56% | - |
| XYZ | 10.85 | 13.61 | 28.44 | - |
| YUV | 82.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 144 | 0.99 | 0.22 | 0 | 0.44 | 193.52 | 0.97 | 0.29 |
| Hex | 2 | 70 | 90 | 63 | 16 | 0 | 2C | C2 | 61 | 1D |
| Octal | 2 | 160 | 220 | 143 | 26 | 0 | 54 | 302 | 141 | 35 |
| Binary | 10 | 1110000 | 10010000 | 1100011 | 10110 | 0 | 101100 | 11000010 | 1100001 | 11101 |
Color Harmonies of #027090
Complementary color
Monochromatic Colors of #027090
Black with #027090
Text Example
Text Example
White with #027090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027090; }
p { color: rgb(2,112,144); }
H1.HeaderClassName
{
color: #027090;
}
.AnyTagClassName
{
color: #027090;
}
</style>
background-color css
<style>
a { background-color: #027090; }
a { background-color: rgb(2,112,144); }
div.DivClassName
{
background-color: #027090;
}
.BgClassName
{
background-color: #027090;
}
</style>
border-color css
<style>
span { border-color: #027090; }
span { border-color: rgb(2,112,144); }
td.TdClassName
{
border-color: #027090;
}
.TagClassName
{
border-color: #027090;
}
</style>