Shades of Cerulean #0E749E
Tints of Cerulean #0E749E
RGB
CMYK
RGB Variations
Color information
#0E749E (or 0x0E749E) is known color: Cerulean. HEX triplet: 0E, 74 and 9E. RGB value is (14,116,158). Sum of RGB (Red+Green+Blue) = 14+116+158=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E749E is #F18B61. Grayscale: #5A5A5A. Windows color (decimal): -15829858 or 10384398. OLE color: 10384398.
HSL color Cylindrical-coordinate representation of color #0E749E: hue angle of 197.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E749E is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 116 | 158 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.38 |
| HSL | 197.5º | 0.84% | 0.34% | - |
| HSV(B) | 197.5º | 0.91% | 0.62% | - |
| XYZ | 12.6 | 15.05 | 34.59 | - |
| YUV | 90.29 | 166.21 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 116 | 158 | 0.91 | 0.27 | 0 | 0.38 | 197.5 | 0.84 | 0.34 |
| Hex | E | 74 | 9E | 5B | 1B | 0 | 26 | C6 | 54 | 22 |
| Octal | 16 | 164 | 236 | 133 | 33 | 0 | 46 | 306 | 124 | 42 |
| Binary | 1110 | 1110100 | 10011110 | 1011011 | 11011 | 0 | 100110 | 11000110 | 1010100 | 100010 |
Color Harmonies of #0E749E
Complementary color
Monochromatic Colors of #0E749E
Black with #0E749E
Text Example
Text Example
White with #0E749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E749E; }
p { color: rgb(14,116,158); }
H1.HeaderClassName
{
color: #0E749E;
}
.AnyTagClassName
{
color: #0E749E;
}
</style>
background-color css
<style>
a { background-color: #0E749E; }
a { background-color: rgb(14,116,158); }
div.DivClassName
{
background-color: #0E749E;
}
.BgClassName
{
background-color: #0E749E;
}
</style>
border-color css
<style>
span { border-color: #0E749E; }
span { border-color: rgb(14,116,158); }
td.TdClassName
{
border-color: #0E749E;
}
.TagClassName
{
border-color: #0E749E;
}
</style>