Shades of Blue #0513FF
Tints of Blue #0513FF
RGB
CMYK
RGB Variations
Color information
#0513FF (or 0x0513FF) is known color: Blue. HEX triplet: 05, 13 and FF. RGB value is (5,19,255). Sum of RGB (Red+Green+Blue) = 5+19+255=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 255 (100% from 255 or 91.40% from 279); Max value from RGB is 255 - color contains mainly: blue. Hex color #0513FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0513FF is #FAEC00. Grayscale: #282828. Windows color (decimal): -16444417 or 16716549. OLE color: 16716549.
HSL color Cylindrical-coordinate representation of color #0513FF: hue angle of 236.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513FF is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 19 | 255 | - |
| CMYK | 0.98 | 0.93 | 0 | 0 |
| HSL | 236.64º | 1% | 0.51% | - |
| HSV(B) | 236.64º | 0.98% | 1% | - |
| XYZ | 18.35 | 7.72 | 95.13 | - |
| YUV | 41.72 | 248.36 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 255 | 0.98 | 0.93 | 0 | 0 | 236.64 | 1 | 0.51 |
| Hex | 5 | 13 | FF | 62 | 5D | 0 | 0 | ED | 64 | 33 |
| Octal | 5 | 23 | 377 | 142 | 135 | 0 | 0 | 355 | 144 | 63 |
| Binary | 101 | 10011 | 11111111 | 1100010 | 1011101 | 0 | 0 | 11101101 | 1100100 | 110011 |
Color Harmonies of #0513FF
Complementary color
Monochromatic Colors of #0513FF
Black with #0513FF
Text Example
Text Example
White with #0513FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513FF; }
p { color: rgb(5,19,255); }
H1.HeaderClassName
{
color: #0513FF;
}
.AnyTagClassName
{
color: #0513FF;
}
</style>
background-color css
<style>
a { background-color: #0513FF; }
a { background-color: rgb(5,19,255); }
div.DivClassName
{
background-color: #0513FF;
}
.BgClassName
{
background-color: #0513FF;
}
</style>
border-color css
<style>
span { border-color: #0513FF; }
span { border-color: rgb(5,19,255); }
td.TdClassName
{
border-color: #0513FF;
}
.TagClassName
{
border-color: #0513FF;
}
</style>