Shades of Cerulean #0E779E
Tints of Cerulean #0E779E
RGB
CMYK
RGB Variations
Color information
#0E779E (or 0x0E779E) is known color: Cerulean. HEX triplet: 0E, 77 and 9E. RGB value is (14,119,158). Sum of RGB (Red+Green+Blue) = 14+119+158=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E779E is #F18861. Grayscale: #5B5B5B. Windows color (decimal): -15829090 or 10385166. OLE color: 10385166.
HSL color Cylindrical-coordinate representation of color #0E779E: hue angle of 196.25º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E779E is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 119 | 158 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.38 |
| HSL | 196.25º | 0.84% | 0.34% | - |
| HSV(B) | 196.25º | 0.91% | 0.62% | - |
| XYZ | 12.95 | 15.76 | 34.71 | - |
| YUV | 92.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 158 | 0.91 | 0.25 | 0 | 0.38 | 196.25 | 0.84 | 0.34 |
| Hex | E | 77 | 9E | 5B | 19 | 0 | 26 | C4 | 54 | 22 |
| Octal | 16 | 167 | 236 | 133 | 31 | 0 | 46 | 304 | 124 | 42 |
| Binary | 1110 | 1110111 | 10011110 | 1011011 | 11001 | 0 | 100110 | 11000100 | 1010100 | 100010 |
Color Harmonies of #0E779E
Complementary color
Monochromatic Colors of #0E779E
Black with #0E779E
Text Example
Text Example
White with #0E779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E779E; }
p { color: rgb(14,119,158); }
H1.HeaderClassName
{
color: #0E779E;
}
.AnyTagClassName
{
color: #0E779E;
}
</style>
background-color css
<style>
a { background-color: #0E779E; }
a { background-color: rgb(14,119,158); }
div.DivClassName
{
background-color: #0E779E;
}
.BgClassName
{
background-color: #0E779E;
}
</style>
border-color css
<style>
span { border-color: #0E779E; }
span { border-color: rgb(14,119,158); }
td.TdClassName
{
border-color: #0E779E;
}
.TagClassName
{
border-color: #0E779E;
}
</style>