Shades of Cerulean #0E7998
Tints of Cerulean #0E7998
RGB
CMYK
RGB Variations
Color information
#0E7998 (or 0x0E7998) is known color: Cerulean. HEX triplet: 0E, 79 and 98. RGB value is (14,121,152). Sum of RGB (Red+Green+Blue) = 14+121+152=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E7998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7998 is #F18667. Grayscale: #5C5C5C. Windows color (decimal): -15828584 or 9992462. OLE color: 9992462.
HSL color Cylindrical-coordinate representation of color #0E7998: hue angle of 193.48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7998 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 121 | 152 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.40 |
| HSL | 193.48º | 0.83% | 0.33% | - |
| HSV(B) | 193.48º | 0.91% | 0.6% | - |
| XYZ | 12.69 | 16.04 | 32.13 | - |
| YUV | 92.54 | 161.55 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 121 | 152 | 0.91 | 0.20 | 0 | 0.40 | 193.48 | 0.83 | 0.33 |
| Hex | E | 79 | 98 | 5B | 14 | 0 | 28 | C1 | 53 | 21 |
| Octal | 16 | 171 | 230 | 133 | 24 | 0 | 50 | 301 | 123 | 41 |
| Binary | 1110 | 1111001 | 10011000 | 1011011 | 10100 | 0 | 101000 | 11000001 | 1010011 | 100001 |
Color Harmonies of #0E7998
Complementary color
Monochromatic Colors of #0E7998
Black with #0E7998
Text Example
Text Example
White with #0E7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7998; }
p { color: rgb(14,121,152); }
H1.HeaderClassName
{
color: #0E7998;
}
.AnyTagClassName
{
color: #0E7998;
}
</style>
background-color css
<style>
a { background-color: #0E7998; }
a { background-color: rgb(14,121,152); }
div.DivClassName
{
background-color: #0E7998;
}
.BgClassName
{
background-color: #0E7998;
}
</style>
border-color css
<style>
span { border-color: #0E7998; }
span { border-color: rgb(14,121,152); }
td.TdClassName
{
border-color: #0E7998;
}
.TagClassName
{
border-color: #0E7998;
}
</style>