Shades of Cerulean #0E6E96
Tints of Cerulean #0E6E96
RGB
CMYK
RGB Variations
Color information
#0E6E96 (or 0x0E6E96) is known color: Cerulean. HEX triplet: 0E, 6E and 96. RGB value is (14,110,150). Sum of RGB (Red+Green+Blue) = 14+110+150=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E6E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6E96 is #F19169. Grayscale: #555555. Windows color (decimal): -15831402 or 9858574. OLE color: 9858574.
HSL color Cylindrical-coordinate representation of color #0E6E96: hue angle of 197.65º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6E96 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 110 | 150 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.41 |
| HSL | 197.65º | 0.83% | 0.32% | - |
| HSV(B) | 197.65º | 0.91% | 0.59% | - |
| XYZ | 11.26 | 13.45 | 30.86 | - |
| YUV | 85.86 | 164.2 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 110 | 150 | 0.91 | 0.27 | 0 | 0.41 | 197.65 | 0.83 | 0.32 |
| Hex | E | 6E | 96 | 5B | 1B | 0 | 29 | C6 | 53 | 20 |
| Octal | 16 | 156 | 226 | 133 | 33 | 0 | 51 | 306 | 123 | 40 |
| Binary | 1110 | 1101110 | 10010110 | 1011011 | 11011 | 0 | 101001 | 11000110 | 1010011 | 100000 |
Color Harmonies of #0E6E96
Complementary color
Monochromatic Colors of #0E6E96
Black with #0E6E96
Text Example
Text Example
White with #0E6E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6E96; }
p { color: rgb(14,110,150); }
H1.HeaderClassName
{
color: #0E6E96;
}
.AnyTagClassName
{
color: #0E6E96;
}
</style>
background-color css
<style>
a { background-color: #0E6E96; }
a { background-color: rgb(14,110,150); }
div.DivClassName
{
background-color: #0E6E96;
}
.BgClassName
{
background-color: #0E6E96;
}
</style>
border-color css
<style>
span { border-color: #0E6E96; }
span { border-color: rgb(14,110,150); }
td.TdClassName
{
border-color: #0E6E96;
}
.TagClassName
{
border-color: #0E6E96;
}
</style>