Shades of Blue #0E01EA
Tints of Blue #0E01EA
RGB
CMYK
RGB Variations
Color information
#0E01EA (or 0x0E01EA) is known color: Blue. HEX triplet: 0E, 01 and EA. RGB value is (14,1,234). Sum of RGB (Red+Green+Blue) = 14+1+234=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E01EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E01EA is #F1FE15. Grayscale: #1E1E1E. Windows color (decimal): -15859222 or 15335694. OLE color: 15335694.
HSL color Cylindrical-coordinate representation of color #0E01EA: hue angle of 243.35º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E01EA is Cyan = 0.94, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 1 | 234 | - |
| CMYK | 0.94 | 1.00 | 0 | 0.08 |
| HSL | 243.35º | 0.99% | 0.46% | - |
| HSV(B) | 243.35º | 1% | 0.92% | - |
| XYZ | 15.04 | 6.06 | 78.22 | - |
| YUV | 31.45 | 242.31 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 234 | 0.94 | 1.00 | 0 | 0.08 | 243.35 | 0.99 | 0.46 |
| Hex | E | 1 | EA | 5E | 64 | 0 | 8 | F3 | 63 | 2E |
| Octal | 16 | 1 | 352 | 136 | 144 | 0 | 10 | 363 | 143 | 56 |
| Binary | 1110 | 1 | 11101010 | 1011110 | 1100100 | 0 | 1000 | 11110011 | 1100011 | 101110 |
Color Harmonies of #0E01EA
Complementary color
Monochromatic Colors of #0E01EA
Black with #0E01EA
Text Example
Text Example
White with #0E01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E01EA; }
p { color: rgb(14,1,234); }
H1.HeaderClassName
{
color: #0E01EA;
}
.AnyTagClassName
{
color: #0E01EA;
}
</style>
background-color css
<style>
a { background-color: #0E01EA; }
a { background-color: rgb(14,1,234); }
div.DivClassName
{
background-color: #0E01EA;
}
.BgClassName
{
background-color: #0E01EA;
}
</style>
border-color css
<style>
span { border-color: #0E01EA; }
span { border-color: rgb(14,1,234); }
td.TdClassName
{
border-color: #0E01EA;
}
.TagClassName
{
border-color: #0E01EA;
}
</style>