Shades of Cerulean #0E6A95
Tints of Cerulean #0E6A95
RGB
CMYK
RGB Variations
Color information
#0E6A95 (or 0x0E6A95) is known color: Cerulean. HEX triplet: 0E, 6A and 95. RGB value is (14,106,149). Sum of RGB (Red+Green+Blue) = 14+106+149=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 106 (41.80% from 255 or 39.41% 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 #0E6A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6A95 is #F1956A. Grayscale: #535353. Windows color (decimal): -15832427 or 9792014. OLE color: 9792014.
HSL color Cylindrical-coordinate representation of color #0E6A95: hue angle of 199.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6A95 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 106 | 149 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.42 |
| HSL | 199.11º | 0.83% | 0.32% | - |
| HSV(B) | 199.11º | 0.91% | 0.58% | - |
| XYZ | 10.76 | 12.57 | 30.29 | - |
| YUV | 83.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 106 | 149 | 0.91 | 0.29 | 0 | 0.42 | 199.11 | 0.83 | 0.32 |
| Hex | E | 6A | 95 | 5B | 1D | 0 | 2A | C7 | 53 | 20 |
| Octal | 16 | 152 | 225 | 133 | 35 | 0 | 52 | 307 | 123 | 40 |
| Binary | 1110 | 1101010 | 10010101 | 1011011 | 11101 | 0 | 101010 | 11000111 | 1010011 | 100000 |
Color Harmonies of #0E6A95
Complementary color
Monochromatic Colors of #0E6A95
Black with #0E6A95
Text Example
Text Example
White with #0E6A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6A95; }
p { color: rgb(14,106,149); }
H1.HeaderClassName
{
color: #0E6A95;
}
.AnyTagClassName
{
color: #0E6A95;
}
</style>
background-color css
<style>
a { background-color: #0E6A95; }
a { background-color: rgb(14,106,149); }
div.DivClassName
{
background-color: #0E6A95;
}
.BgClassName
{
background-color: #0E6A95;
}
</style>
border-color css
<style>
span { border-color: #0E6A95; }
span { border-color: rgb(14,106,149); }
td.TdClassName
{
border-color: #0E6A95;
}
.TagClassName
{
border-color: #0E6A95;
}
</style>