Shades of Blue #0519EB
Tints of Blue #0519EB
RGB
CMYK
RGB Variations
Color information
#0519EB (or 0x0519EB) is known color: Blue. HEX triplet: 05, 19 and EB. RGB value is (5,25,235). Sum of RGB (Red+Green+Blue) = 5+25+235=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 235 (92.19% from 255 or 88.68% from 265); Max value from RGB is 235 - color contains mainly: blue. Hex color #0519EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0519EB is #FAE614. Grayscale: #2A2A2A. Windows color (decimal): -16442901 or 15407365. OLE color: 15407365.
HSL color Cylindrical-coordinate representation of color #0519EB: hue angle of 234.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0519EB is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 25 | 235 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.08 |
| HSL | 234.78º | 0.96% | 0.47% | - |
| HSV(B) | 234.78º | 0.98% | 0.92% | - |
| XYZ | 15.41 | 6.73 | 79.08 | - |
| YUV | 42.96 | 236.37 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 235 | 0.98 | 0.89 | 0 | 0.08 | 234.78 | 0.96 | 0.47 |
| Hex | 5 | 19 | EB | 62 | 59 | 0 | 8 | EB | 60 | 2F |
| Octal | 5 | 31 | 353 | 142 | 131 | 0 | 10 | 353 | 140 | 57 |
| Binary | 101 | 11001 | 11101011 | 1100010 | 1011001 | 0 | 1000 | 11101011 | 1100000 | 101111 |
Color Harmonies of #0519EB
Complementary color
Monochromatic Colors of #0519EB
Black with #0519EB
Text Example
Text Example
White with #0519EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519EB; }
p { color: rgb(5,25,235); }
H1.HeaderClassName
{
color: #0519EB;
}
.AnyTagClassName
{
color: #0519EB;
}
</style>
background-color css
<style>
a { background-color: #0519EB; }
a { background-color: rgb(5,25,235); }
div.DivClassName
{
background-color: #0519EB;
}
.BgClassName
{
background-color: #0519EB;
}
</style>
border-color css
<style>
span { border-color: #0519EB; }
span { border-color: rgb(5,25,235); }
td.TdClassName
{
border-color: #0519EB;
}
.TagClassName
{
border-color: #0519EB;
}
</style>