Shades of Blue #0019EA
Tints of Blue #0019EA
RGB
CMYK
RGB Variations
Color information
#0019EA (or 0x0019EA) is known color: Blue. HEX triplet: 00, 19 and EA. RGB value is (0,25,234). Sum of RGB (Red+Green+Blue) = 0+25+234=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 234 (91.80% from 255 or 90.35% from 259); Max value from RGB is 234 - color contains mainly: blue. Hex color #0019EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0019EA is #FFE615. Grayscale: #282828. Windows color (decimal): -16770582 or 15341824. OLE color: 15341824.
HSL color Cylindrical-coordinate representation of color #0019EA: hue angle of 233.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019EA is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 25 | 234 | - |
| CMYK | 1 | 0.89 | 0 | 0.08 |
| HSL | 233.59º | 1% | 0.46% | - |
| HSV(B) | 233.59º | 1% | 0.92% | - |
| XYZ | 15.2 | 6.64 | 78.32 | - |
| YUV | 41.35 | 236.72 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 234 | 1 | 0.89 | 0 | 0.08 | 233.59 | 1 | 0.46 |
| Hex | 0 | 19 | EA | 64 | 59 | 0 | 8 | EA | 64 | 2E |
| Octal | 0 | 31 | 352 | 144 | 131 | 0 | 10 | 352 | 144 | 56 |
| Binary | 0 | 11001 | 11101010 | 1100100 | 1011001 | 0 | 1000 | 11101010 | 1100100 | 101110 |
Color Harmonies of #0019EA
Complementary color
Monochromatic Colors of #0019EA
Black with #0019EA
Text Example
Text Example
White with #0019EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019EA; }
p { color: rgb(0,25,234); }
H1.HeaderClassName
{
color: #0019EA;
}
.AnyTagClassName
{
color: #0019EA;
}
</style>
background-color css
<style>
a { background-color: #0019EA; }
a { background-color: rgb(0,25,234); }
div.DivClassName
{
background-color: #0019EA;
}
.BgClassName
{
background-color: #0019EA;
}
</style>
border-color css
<style>
span { border-color: #0019EA; }
span { border-color: rgb(0,25,234); }
td.TdClassName
{
border-color: #0019EA;
}
.TagClassName
{
border-color: #0019EA;
}
</style>