Shades of Cerulean #0E7397
Tints of Cerulean #0E7397
RGB
CMYK
RGB Variations
Color information
#0E7397 (or 0x0E7397) is known color: Cerulean. HEX triplet: 0E, 73 and 97. RGB value is (14,115,151). Sum of RGB (Red+Green+Blue) = 14+115+151=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E7397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7397 is #F18C68. Grayscale: #585858. Windows color (decimal): -15830121 or 9925390. OLE color: 9925390.
HSL color Cylindrical-coordinate representation of color #0E7397: hue angle of 195.77º 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 #0E7397 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 115 | 151 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.41 |
| HSL | 195.77º | 0.83% | 0.32% | - |
| HSV(B) | 195.77º | 0.91% | 0.59% | - |
| XYZ | 11.9 | 14.59 | 31.47 | - |
| YUV | 88.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 151 | 0.91 | 0.24 | 0 | 0.41 | 195.77 | 0.83 | 0.32 |
| Hex | E | 73 | 97 | 5B | 18 | 0 | 29 | C4 | 53 | 20 |
| Octal | 16 | 163 | 227 | 133 | 30 | 0 | 51 | 304 | 123 | 40 |
| Binary | 1110 | 1110011 | 10010111 | 1011011 | 11000 | 0 | 101001 | 11000100 | 1010011 | 100000 |
Color Harmonies of #0E7397
Complementary color
Monochromatic Colors of #0E7397
Black with #0E7397
Text Example
Text Example
White with #0E7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7397; }
p { color: rgb(14,115,151); }
H1.HeaderClassName
{
color: #0E7397;
}
.AnyTagClassName
{
color: #0E7397;
}
</style>
background-color css
<style>
a { background-color: #0E7397; }
a { background-color: rgb(14,115,151); }
div.DivClassName
{
background-color: #0E7397;
}
.BgClassName
{
background-color: #0E7397;
}
</style>
border-color css
<style>
span { border-color: #0E7397; }
span { border-color: rgb(14,115,151); }
td.TdClassName
{
border-color: #0E7397;
}
.TagClassName
{
border-color: #0E7397;
}
</style>