Shades of Cerulean #027098
Tints of Cerulean #027098
RGB
CMYK
RGB Variations
Color information
#027098 (or 0x027098) is known color: Cerulean. HEX triplet: 02, 70 and 98. RGB value is (2,112,152). Sum of RGB (Red+Green+Blue) = 2+112+152=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #027098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027098 is #FD8F67. Grayscale: #535353. Windows color (decimal): -16617320 or 9990146. OLE color: 9990146.
HSL color Cylindrical-coordinate representation of color #027098: hue angle of 196º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027098 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 112 | 152 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.40 |
| HSL | 196º | 0.97% | 0.3% | - |
| HSV(B) | 196º | 0.99% | 0.6% | - |
| XYZ | 11.49 | 13.87 | 31.78 | - |
| YUV | 83.67 | 166.56 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 152 | 0.99 | 0.26 | 0 | 0.40 | 196 | 0.97 | 0.3 |
| Hex | 2 | 70 | 98 | 63 | 1A | 0 | 28 | C4 | 61 | 1E |
| Octal | 2 | 160 | 230 | 143 | 32 | 0 | 50 | 304 | 141 | 36 |
| Binary | 10 | 1110000 | 10011000 | 1100011 | 11010 | 0 | 101000 | 11000100 | 1100001 | 11110 |
Color Harmonies of #027098
Complementary color
Monochromatic Colors of #027098
Black with #027098
Text Example
Text Example
White with #027098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027098; }
p { color: rgb(2,112,152); }
H1.HeaderClassName
{
color: #027098;
}
.AnyTagClassName
{
color: #027098;
}
</style>
background-color css
<style>
a { background-color: #027098; }
a { background-color: rgb(2,112,152); }
div.DivClassName
{
background-color: #027098;
}
.BgClassName
{
background-color: #027098;
}
</style>
border-color css
<style>
span { border-color: #027098; }
span { border-color: rgb(2,112,152); }
td.TdClassName
{
border-color: #027098;
}
.TagClassName
{
border-color: #027098;
}
</style>