Shades of Cerulean #027795
Tints of Cerulean #027795
RGB
CMYK
RGB Variations
Color information
#027795 (or 0x027795) is known color: Cerulean. HEX triplet: 02, 77 and 95. RGB value is (2,119,149). Sum of RGB (Red+Green+Blue) = 2+119+149=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #027795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027795 is #FD886A. Grayscale: #575757. Windows color (decimal): -16615531 or 9795330. OLE color: 9795330.
HSL color Cylindrical-coordinate representation of color #027795: hue angle of 192.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027795 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 119 | 149 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.42 |
| HSL | 192.24º | 0.97% | 0.3% | - |
| HSV(B) | 192.24º | 0.99% | 0.58% | - |
| XYZ | 12.05 | 15.38 | 30.77 | - |
| YUV | 87.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 149 | 0.99 | 0.20 | 0 | 0.42 | 192.24 | 0.97 | 0.3 |
| Hex | 2 | 77 | 95 | 63 | 14 | 0 | 2A | C0 | 61 | 1E |
| Octal | 2 | 167 | 225 | 143 | 24 | 0 | 52 | 300 | 141 | 36 |
| Binary | 10 | 1110111 | 10010101 | 1100011 | 10100 | 0 | 101010 | 11000000 | 1100001 | 11110 |
Color Harmonies of #027795
Complementary color
Monochromatic Colors of #027795
Black with #027795
Text Example
Text Example
White with #027795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027795; }
p { color: rgb(2,119,149); }
H1.HeaderClassName
{
color: #027795;
}
.AnyTagClassName
{
color: #027795;
}
</style>
background-color css
<style>
a { background-color: #027795; }
a { background-color: rgb(2,119,149); }
div.DivClassName
{
background-color: #027795;
}
.BgClassName
{
background-color: #027795;
}
</style>
border-color css
<style>
span { border-color: #027795; }
span { border-color: rgb(2,119,149); }
td.TdClassName
{
border-color: #027795;
}
.TagClassName
{
border-color: #027795;
}
</style>