Shades of Blue #0516FF
Tints of Blue #0516FF
RGB
CMYK
RGB Variations
Color information
#0516FF (or 0x0516FF) is known color: Blue. HEX triplet: 05, 16 and FF. RGB value is (5,22,255). Sum of RGB (Red+Green+Blue) = 5+22+255=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 255 (100% from 255 or 90.43% from 282); Max value from RGB is 255 - color contains mainly: blue. Hex color #0516FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0516FF is #FAE900. Grayscale: #2A2A2A. Windows color (decimal): -16443649 or 16717317. OLE color: 16717317.
HSL color Cylindrical-coordinate representation of color #0516FF: hue angle of 235.92º 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 #0516FF is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 22 | 255 | - |
| CMYK | 0.98 | 0.91 | 0 | 0 |
| HSL | 235.92º | 1% | 0.51% | - |
| HSV(B) | 235.92º | 0.98% | 1% | - |
| XYZ | 18.4 | 7.83 | 95.15 | - |
| YUV | 43.48 | 247.37 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 255 | 0.98 | 0.91 | 0 | 0 | 235.92 | 1 | 0.51 |
| Hex | 5 | 16 | FF | 62 | 5B | 0 | 0 | EC | 64 | 33 |
| Octal | 5 | 26 | 377 | 142 | 133 | 0 | 0 | 354 | 144 | 63 |
| Binary | 101 | 10110 | 11111111 | 1100010 | 1011011 | 0 | 0 | 11101100 | 1100100 | 110011 |
Color Harmonies of #0516FF
Complementary color
Monochromatic Colors of #0516FF
Black with #0516FF
Text Example
Text Example
White with #0516FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516FF; }
p { color: rgb(5,22,255); }
H1.HeaderClassName
{
color: #0516FF;
}
.AnyTagClassName
{
color: #0516FF;
}
</style>
background-color css
<style>
a { background-color: #0516FF; }
a { background-color: rgb(5,22,255); }
div.DivClassName
{
background-color: #0516FF;
}
.BgClassName
{
background-color: #0516FF;
}
</style>
border-color css
<style>
span { border-color: #0516FF; }
span { border-color: rgb(5,22,255); }
td.TdClassName
{
border-color: #0516FF;
}
.TagClassName
{
border-color: #0516FF;
}
</style>