Shades of Cerulean #0E7295
Tints of Cerulean #0E7295
RGB
CMYK
RGB Variations
Color information
#0E7295 (or 0x0E7295) is known color: Cerulean. HEX triplet: 0E, 72 and 95. RGB value is (14,114,149). Sum of RGB (Red+Green+Blue) = 14+114+149=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E7295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7295 is #F18D6A. Grayscale: #575757. Windows color (decimal): -15830379 or 9794062. OLE color: 9794062.
HSL color Cylindrical-coordinate representation of color #0E7295: hue angle of 195.56º 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 #0E7295 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 114 | 149 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.42 |
| HSL | 195.56º | 0.83% | 0.32% | - |
| HSV(B) | 195.56º | 0.91% | 0.58% | - |
| XYZ | 11.62 | 14.3 | 30.58 | - |
| YUV | 88.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 149 | 0.91 | 0.23 | 0 | 0.42 | 195.56 | 0.83 | 0.32 |
| Hex | E | 72 | 95 | 5B | 17 | 0 | 2A | C4 | 53 | 20 |
| Octal | 16 | 162 | 225 | 133 | 27 | 0 | 52 | 304 | 123 | 40 |
| Binary | 1110 | 1110010 | 10010101 | 1011011 | 10111 | 0 | 101010 | 11000100 | 1010011 | 100000 |
Color Harmonies of #0E7295
Complementary color
Monochromatic Colors of #0E7295
Black with #0E7295
Text Example
Text Example
White with #0E7295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7295; }
p { color: rgb(14,114,149); }
H1.HeaderClassName
{
color: #0E7295;
}
.AnyTagClassName
{
color: #0E7295;
}
</style>
background-color css
<style>
a { background-color: #0E7295; }
a { background-color: rgb(14,114,149); }
div.DivClassName
{
background-color: #0E7295;
}
.BgClassName
{
background-color: #0E7295;
}
</style>
border-color css
<style>
span { border-color: #0E7295; }
span { border-color: rgb(14,114,149); }
td.TdClassName
{
border-color: #0E7295;
}
.TagClassName
{
border-color: #0E7295;
}
</style>