Shades of Cerulean #027695
Tints of Cerulean #027695
RGB
CMYK
RGB Variations
Color information
#027695 (or 0x027695) is known color: Cerulean. HEX triplet: 02, 76 and 95. RGB value is (2,118,149). Sum of RGB (Red+Green+Blue) = 2+118+149=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #027695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027695 is #FD896A. Grayscale: #565656. Windows color (decimal): -16615787 or 9795074. OLE color: 9795074.
HSL color Cylindrical-coordinate representation of color #027695: hue angle of 192.65º 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 #027695 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 118 | 149 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.42 |
| HSL | 192.65º | 0.97% | 0.3% | - |
| HSV(B) | 192.65º | 0.99% | 0.58% | - |
| XYZ | 11.93 | 15.14 | 30.73 | - |
| YUV | 86.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 149 | 0.99 | 0.21 | 0 | 0.42 | 192.65 | 0.97 | 0.3 |
| Hex | 2 | 76 | 95 | 63 | 15 | 0 | 2A | C1 | 61 | 1E |
| Octal | 2 | 166 | 225 | 143 | 25 | 0 | 52 | 301 | 141 | 36 |
| Binary | 10 | 1110110 | 10010101 | 1100011 | 10101 | 0 | 101010 | 11000001 | 1100001 | 11110 |
Color Harmonies of #027695
Complementary color
Monochromatic Colors of #027695
Black with #027695
Text Example
Text Example
White with #027695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027695; }
p { color: rgb(2,118,149); }
H1.HeaderClassName
{
color: #027695;
}
.AnyTagClassName
{
color: #027695;
}
</style>
background-color css
<style>
a { background-color: #027695; }
a { background-color: rgb(2,118,149); }
div.DivClassName
{
background-color: #027695;
}
.BgClassName
{
background-color: #027695;
}
</style>
border-color css
<style>
span { border-color: #027695; }
span { border-color: rgb(2,118,149); }
td.TdClassName
{
border-color: #027695;
}
.TagClassName
{
border-color: #027695;
}
</style>