Shades of Blue #0519FE
Tints of Blue #0519FE
RGB
CMYK
RGB Variations
Color information
#0519FE (or 0x0519FE) is known color: Blue. HEX triplet: 05, 19 and FE. RGB value is (5,25,254). Sum of RGB (Red+Green+Blue) = 5+25+254=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 254 (99.61% from 255 or 89.44% from 284); Max value from RGB is 254 - color contains mainly: blue. Hex color #0519FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0519FE is #FAE601. Grayscale: #2C2C2C. Windows color (decimal): -16442882 or 16652549. OLE color: 16652549.
HSL color Cylindrical-coordinate representation of color #0519FE: hue angle of 235.18º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0519FE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 25 | 254 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.00 |
| HSL | 235.18º | 0.99% | 0.51% | - |
| HSV(B) | 235.18º | 0.98% | 1% | - |
| XYZ | 18.3 | 7.88 | 94.32 | - |
| YUV | 45.13 | 245.87 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 254 | 0.98 | 0.90 | 0 | 0.00 | 235.18 | 0.99 | 0.51 |
| Hex | 5 | 19 | FE | 62 | 5A | 0 | 0 | EB | 63 | 33 |
| Octal | 5 | 31 | 376 | 142 | 132 | 0 | 0 | 353 | 143 | 63 |
| Binary | 101 | 11001 | 11111110 | 1100010 | 1011010 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #0519FE
Complementary color
Monochromatic Colors of #0519FE
Black with #0519FE
Text Example
Text Example
White with #0519FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519FE; }
p { color: rgb(5,25,254); }
H1.HeaderClassName
{
color: #0519FE;
}
.AnyTagClassName
{
color: #0519FE;
}
</style>
background-color css
<style>
a { background-color: #0519FE; }
a { background-color: rgb(5,25,254); }
div.DivClassName
{
background-color: #0519FE;
}
.BgClassName
{
background-color: #0519FE;
}
</style>
border-color css
<style>
span { border-color: #0519FE; }
span { border-color: rgb(5,25,254); }
td.TdClassName
{
border-color: #0519FE;
}
.TagClassName
{
border-color: #0519FE;
}
</style>