Shades of Blue #0E19FF
Tints of Blue #0E19FF
RGB
CMYK
RGB Variations
Color information
#0E19FF (or 0x0E19FF) is known color: Blue. HEX triplet: 0E, 19 and FF. RGB value is (14,25,255). Sum of RGB (Red+Green+Blue) = 14+25+255=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E19FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E19FF is #F1E600. Grayscale: #2F2F2F. Windows color (decimal): -15853057 or 16718094. OLE color: 16718094.
HSL color Cylindrical-coordinate representation of color #0E19FF: hue angle of 237.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E19FF is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 25 | 255 | - |
| CMYK | 0.95 | 0.90 | 0 | 0 |
| HSL | 237.26º | 1% | 0.53% | - |
| HSV(B) | 237.26º | 0.95% | 1% | - |
| XYZ | 18.58 | 8.01 | 95.17 | - |
| YUV | 47.93 | 244.86 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 255 | 0.95 | 0.90 | 0 | 0 | 237.26 | 1 | 0.53 |
| Hex | E | 19 | FF | 5F | 5A | 0 | 0 | ED | 64 | 35 |
| Octal | 16 | 31 | 377 | 137 | 132 | 0 | 0 | 355 | 144 | 65 |
| Binary | 1110 | 11001 | 11111111 | 1011111 | 1011010 | 0 | 0 | 11101101 | 1100100 | 110101 |
Color Harmonies of #0E19FF
Complementary color
Monochromatic Colors of #0E19FF
Black with #0E19FF
Text Example
Text Example
White with #0E19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E19FF; }
p { color: rgb(14,25,255); }
H1.HeaderClassName
{
color: #0E19FF;
}
.AnyTagClassName
{
color: #0E19FF;
}
</style>
background-color css
<style>
a { background-color: #0E19FF; }
a { background-color: rgb(14,25,255); }
div.DivClassName
{
background-color: #0E19FF;
}
.BgClassName
{
background-color: #0E19FF;
}
</style>
border-color css
<style>
span { border-color: #0E19FF; }
span { border-color: rgb(14,25,255); }
td.TdClassName
{
border-color: #0E19FF;
}
.TagClassName
{
border-color: #0E19FF;
}
</style>