Shades of Blue #0E0CEC
Tints of Blue #0E0CEC
RGB
CMYK
RGB Variations
Color information
#0E0CEC (or 0x0E0CEC) is known color: Blue. HEX triplet: 0E, 0C and EC. RGB value is (14,12,236). Sum of RGB (Red+Green+Blue) = 14+12+236=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 236 (92.58% from 255 or 90.08% from 262); Max value from RGB is 236 - color contains mainly: blue. Hex color #0E0CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0CEC is #F1F313. Grayscale: #252525. Windows color (decimal): -15856404 or 15469582. OLE color: 15469582.
HSL color Cylindrical-coordinate representation of color #0E0CEC: hue angle of 240.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0CEC is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 12 | 236 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.07 |
| HSL | 240.54º | 0.9% | 0.49% | - |
| HSV(B) | 240.54º | 0.95% | 0.93% | - |
| XYZ | 15.45 | 6.41 | 79.78 | - |
| YUV | 38.13 | 239.66 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 236 | 0.94 | 0.95 | 0 | 0.07 | 240.54 | 0.9 | 0.49 |
| Hex | E | C | EC | 5E | 5F | 0 | 7 | F1 | 5A | 31 |
| Octal | 16 | 14 | 354 | 136 | 137 | 0 | 7 | 361 | 132 | 61 |
| Binary | 1110 | 1100 | 11101100 | 1011110 | 1011111 | 0 | 111 | 11110001 | 1011010 | 110001 |
Color Harmonies of #0E0CEC
Complementary color
Monochromatic Colors of #0E0CEC
Black with #0E0CEC
Text Example
Text Example
White with #0E0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0CEC; }
p { color: rgb(14,12,236); }
H1.HeaderClassName
{
color: #0E0CEC;
}
.AnyTagClassName
{
color: #0E0CEC;
}
</style>
background-color css
<style>
a { background-color: #0E0CEC; }
a { background-color: rgb(14,12,236); }
div.DivClassName
{
background-color: #0E0CEC;
}
.BgClassName
{
background-color: #0E0CEC;
}
</style>
border-color css
<style>
span { border-color: #0E0CEC; }
span { border-color: rgb(14,12,236); }
td.TdClassName
{
border-color: #0E0CEC;
}
.TagClassName
{
border-color: #0E0CEC;
}
</style>