Shades of Cerulean #0E7195
Tints of Cerulean #0E7195
RGB
CMYK
RGB Variations
Color information
#0E7195 (or 0x0E7195) is known color: Cerulean. HEX triplet: 0E, 71 and 95. RGB value is (14,113,149). Sum of RGB (Red+Green+Blue) = 14+113+149=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E7195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7195 is #F18E6A. Grayscale: #575757. Windows color (decimal): -15830635 or 9793806. OLE color: 9793806.
HSL color Cylindrical-coordinate representation of color #0E7195: hue angle of 196º 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 #0E7195 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 113 | 149 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.42 |
| HSL | 196º | 0.83% | 0.32% | - |
| HSV(B) | 196º | 0.91% | 0.58% | - |
| XYZ | 11.51 | 14.07 | 30.54 | - |
| YUV | 87.5 | 162.7 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 149 | 0.91 | 0.24 | 0 | 0.42 | 196 | 0.83 | 0.32 |
| Hex | E | 71 | 95 | 5B | 18 | 0 | 2A | C4 | 53 | 20 |
| Octal | 16 | 161 | 225 | 133 | 30 | 0 | 52 | 304 | 123 | 40 |
| Binary | 1110 | 1110001 | 10010101 | 1011011 | 11000 | 0 | 101010 | 11000100 | 1010011 | 100000 |
Color Harmonies of #0E7195
Complementary color
Monochromatic Colors of #0E7195
Black with #0E7195
Text Example
Text Example
White with #0E7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7195; }
p { color: rgb(14,113,149); }
H1.HeaderClassName
{
color: #0E7195;
}
.AnyTagClassName
{
color: #0E7195;
}
</style>
background-color css
<style>
a { background-color: #0E7195; }
a { background-color: rgb(14,113,149); }
div.DivClassName
{
background-color: #0E7195;
}
.BgClassName
{
background-color: #0E7195;
}
</style>
border-color css
<style>
span { border-color: #0E7195; }
span { border-color: rgb(14,113,149); }
td.TdClassName
{
border-color: #0E7195;
}
.TagClassName
{
border-color: #0E7195;
}
</style>