Shades of Cerulean #027796
Tints of Cerulean #027796
RGB
CMYK
RGB Variations
Color information
#027796 (or 0x027796) is known color: Cerulean. HEX triplet: 02, 77 and 96. RGB value is (2,119,150). Sum of RGB (Red+Green+Blue) = 2+119+150=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #027796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027796 is #FD8869. Grayscale: #575757. Windows color (decimal): -16615530 or 9860866. OLE color: 9860866.
HSL color Cylindrical-coordinate representation of color #027796: hue angle of 192.57º 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 #027796 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 119 | 150 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.41 |
| HSL | 192.57º | 0.97% | 0.3% | - |
| HSV(B) | 192.57º | 0.99% | 0.59% | - |
| XYZ | 12.13 | 15.41 | 31.19 | - |
| YUV | 87.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 150 | 0.99 | 0.21 | 0 | 0.41 | 192.57 | 0.97 | 0.3 |
| Hex | 2 | 77 | 96 | 63 | 15 | 0 | 29 | C1 | 61 | 1E |
| Octal | 2 | 167 | 226 | 143 | 25 | 0 | 51 | 301 | 141 | 36 |
| Binary | 10 | 1110111 | 10010110 | 1100011 | 10101 | 0 | 101001 | 11000001 | 1100001 | 11110 |
Color Harmonies of #027796
Complementary color
Monochromatic Colors of #027796
Black with #027796
Text Example
Text Example
White with #027796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027796; }
p { color: rgb(2,119,150); }
H1.HeaderClassName
{
color: #027796;
}
.AnyTagClassName
{
color: #027796;
}
</style>
background-color css
<style>
a { background-color: #027796; }
a { background-color: rgb(2,119,150); }
div.DivClassName
{
background-color: #027796;
}
.BgClassName
{
background-color: #027796;
}
</style>
border-color css
<style>
span { border-color: #027796; }
span { border-color: rgb(2,119,150); }
td.TdClassName
{
border-color: #027796;
}
.TagClassName
{
border-color: #027796;
}
</style>