Shades of Blue #0519ED
Tints of Blue #0519ED
RGB
CMYK
RGB Variations
Color information
#0519ED (or 0x0519ED) is known color: Blue. HEX triplet: 05, 19 and ED. RGB value is (5,25,237). Sum of RGB (Red+Green+Blue) = 5+25+237=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 237 (92.97% from 255 or 88.76% from 267); Max value from RGB is 237 - color contains mainly: blue. Hex color #0519ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0519ED is #FAE612. Grayscale: #2A2A2A. Windows color (decimal): -16442899 or 15538437. OLE color: 15538437.
HSL color Cylindrical-coordinate representation of color #0519ED: hue angle of 234.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0519ED is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 25 | 237 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.07 |
| HSL | 234.83º | 0.96% | 0.47% | - |
| HSV(B) | 234.83º | 0.98% | 0.93% | - |
| XYZ | 15.7 | 6.84 | 80.61 | - |
| YUV | 43.19 | 237.37 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 237 | 0.98 | 0.89 | 0 | 0.07 | 234.83 | 0.96 | 0.47 |
| Hex | 5 | 19 | ED | 62 | 59 | 0 | 7 | EB | 60 | 2F |
| Octal | 5 | 31 | 355 | 142 | 131 | 0 | 7 | 353 | 140 | 57 |
| Binary | 101 | 11001 | 11101101 | 1100010 | 1011001 | 0 | 111 | 11101011 | 1100000 | 101111 |
Color Harmonies of #0519ED
Complementary color
Monochromatic Colors of #0519ED
Black with #0519ED
Text Example
Text Example
White with #0519ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519ED; }
p { color: rgb(5,25,237); }
H1.HeaderClassName
{
color: #0519ED;
}
.AnyTagClassName
{
color: #0519ED;
}
</style>
background-color css
<style>
a { background-color: #0519ED; }
a { background-color: rgb(5,25,237); }
div.DivClassName
{
background-color: #0519ED;
}
.BgClassName
{
background-color: #0519ED;
}
</style>
border-color css
<style>
span { border-color: #0519ED; }
span { border-color: rgb(5,25,237); }
td.TdClassName
{
border-color: #0519ED;
}
.TagClassName
{
border-color: #0519ED;
}
</style>