Shades of Cerulean #0E6F93
Tints of Cerulean #0E6F93
RGB
CMYK
RGB Variations
Color information
#0E6F93 (or 0x0E6F93) is known color: Cerulean. HEX triplet: 0E, 6F and 93. RGB value is (14,111,147). Sum of RGB (Red+Green+Blue) = 14+111+147=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E6F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6F93 is #F1906C. Grayscale: #555555. Windows color (decimal): -15831149 or 9662222. OLE color: 9662222.
HSL color Cylindrical-coordinate representation of color #0E6F93: hue angle of 196.24º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E6F93 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 111 | 147 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.42 |
| HSL | 196.24º | 0.83% | 0.32% | - |
| HSV(B) | 196.24º | 0.9% | 0.58% | - |
| XYZ | 11.13 | 13.57 | 29.64 | - |
| YUV | 86.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 147 | 0.90 | 0.24 | 0 | 0.42 | 196.24 | 0.83 | 0.32 |
| Hex | E | 6F | 93 | 5A | 18 | 0 | 2A | C4 | 53 | 20 |
| Octal | 16 | 157 | 223 | 132 | 30 | 0 | 52 | 304 | 123 | 40 |
| Binary | 1110 | 1101111 | 10010011 | 1011010 | 11000 | 0 | 101010 | 11000100 | 1010011 | 100000 |
Color Harmonies of #0E6F93
Complementary color
Monochromatic Colors of #0E6F93
Black with #0E6F93
Text Example
Text Example
White with #0E6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6F93; }
p { color: rgb(14,111,147); }
H1.HeaderClassName
{
color: #0E6F93;
}
.AnyTagClassName
{
color: #0E6F93;
}
</style>
background-color css
<style>
a { background-color: #0E6F93; }
a { background-color: rgb(14,111,147); }
div.DivClassName
{
background-color: #0E6F93;
}
.BgClassName
{
background-color: #0E6F93;
}
</style>
border-color css
<style>
span { border-color: #0E6F93; }
span { border-color: rgb(14,111,147); }
td.TdClassName
{
border-color: #0E6F93;
}
.TagClassName
{
border-color: #0E6F93;
}
</style>