Shades of Blue #0516EA
Tints of Blue #0516EA
RGB
CMYK
RGB Variations
Color information
#0516EA (or 0x0516EA) is known color: Blue. HEX triplet: 05, 16 and EA. RGB value is (5,22,234). Sum of RGB (Red+Green+Blue) = 5+22+234=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 234 (91.80% from 255 or 89.66% from 261); Max value from RGB is 234 - color contains mainly: blue. Hex color #0516EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0516EA is #FAE915. Grayscale: #282828. Windows color (decimal): -16443670 or 15341061. OLE color: 15341061.
HSL color Cylindrical-coordinate representation of color #0516EA: hue angle of 235.55º 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 #0516EA is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 22 | 234 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.08 |
| HSL | 235.55º | 0.96% | 0.47% | - |
| HSV(B) | 235.55º | 0.98% | 0.92% | - |
| XYZ | 15.2 | 6.55 | 78.3 | - |
| YUV | 41.09 | 236.87 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 234 | 0.98 | 0.91 | 0 | 0.08 | 235.55 | 0.96 | 0.47 |
| Hex | 5 | 16 | EA | 62 | 5B | 0 | 8 | EC | 60 | 2F |
| Octal | 5 | 26 | 352 | 142 | 133 | 0 | 10 | 354 | 140 | 57 |
| Binary | 101 | 10110 | 11101010 | 1100010 | 1011011 | 0 | 1000 | 11101100 | 1100000 | 101111 |
Color Harmonies of #0516EA
Complementary color
Monochromatic Colors of #0516EA
Black with #0516EA
Text Example
Text Example
White with #0516EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516EA; }
p { color: rgb(5,22,234); }
H1.HeaderClassName
{
color: #0516EA;
}
.AnyTagClassName
{
color: #0516EA;
}
</style>
background-color css
<style>
a { background-color: #0516EA; }
a { background-color: rgb(5,22,234); }
div.DivClassName
{
background-color: #0516EA;
}
.BgClassName
{
background-color: #0516EA;
}
</style>
border-color css
<style>
span { border-color: #0516EA; }
span { border-color: rgb(5,22,234); }
td.TdClassName
{
border-color: #0516EA;
}
.TagClassName
{
border-color: #0516EA;
}
</style>