Shades of Cerulean #027296
Tints of Cerulean #027296
RGB
CMYK
RGB Variations
Color information
#027296 (or 0x027296) is known color: Cerulean. HEX triplet: 02, 72 and 96. RGB value is (2,114,150). Sum of RGB (Red+Green+Blue) = 2+114+150=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #027296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027296 is #FD8D69. Grayscale: #545454. Windows color (decimal): -16616810 or 9859586. OLE color: 9859586.
HSL color Cylindrical-coordinate representation of color #027296: hue angle of 194.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027296 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 114 | 150 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.41 |
| HSL | 194.59º | 0.97% | 0.3% | - |
| HSV(B) | 194.59º | 0.99% | 0.59% | - |
| XYZ | 11.55 | 14.25 | 31 | - |
| YUV | 84.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 150 | 0.99 | 0.24 | 0 | 0.41 | 194.59 | 0.97 | 0.3 |
| Hex | 2 | 72 | 96 | 63 | 18 | 0 | 29 | C3 | 61 | 1E |
| Octal | 2 | 162 | 226 | 143 | 30 | 0 | 51 | 303 | 141 | 36 |
| Binary | 10 | 1110010 | 10010110 | 1100011 | 11000 | 0 | 101001 | 11000011 | 1100001 | 11110 |
Color Harmonies of #027296
Complementary color
Monochromatic Colors of #027296
Black with #027296
Text Example
Text Example
White with #027296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027296; }
p { color: rgb(2,114,150); }
H1.HeaderClassName
{
color: #027296;
}
.AnyTagClassName
{
color: #027296;
}
</style>
background-color css
<style>
a { background-color: #027296; }
a { background-color: rgb(2,114,150); }
div.DivClassName
{
background-color: #027296;
}
.BgClassName
{
background-color: #027296;
}
</style>
border-color css
<style>
span { border-color: #027296; }
span { border-color: rgb(2,114,150); }
td.TdClassName
{
border-color: #027296;
}
.TagClassName
{
border-color: #027296;
}
</style>