Shades of Blue #0513EA
Tints of Blue #0513EA
RGB
CMYK
RGB Variations
Color information
#0513EA (or 0x0513EA) is known color: Blue. HEX triplet: 05, 13 and EA. RGB value is (5,19,234). Sum of RGB (Red+Green+Blue) = 5+19+234=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 234 (91.80% from 255 or 90.70% from 258); Max value from RGB is 234 - color contains mainly: blue. Hex color #0513EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0513EA is #FAEC15. Grayscale: #262626. Windows color (decimal): -16444438 or 15340293. OLE color: 15340293.
HSL color Cylindrical-coordinate representation of color #0513EA: hue angle of 236.33º 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 #0513EA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 19 | 234 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.08 |
| HSL | 236.33º | 0.96% | 0.47% | - |
| HSV(B) | 236.33º | 0.98% | 0.92% | - |
| XYZ | 15.15 | 6.44 | 78.29 | - |
| YUV | 39.32 | 237.86 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 234 | 0.98 | 0.92 | 0 | 0.08 | 236.33 | 0.96 | 0.47 |
| Hex | 5 | 13 | EA | 62 | 5C | 0 | 8 | EC | 60 | 2F |
| Octal | 5 | 23 | 352 | 142 | 134 | 0 | 10 | 354 | 140 | 57 |
| Binary | 101 | 10011 | 11101010 | 1100010 | 1011100 | 0 | 1000 | 11101100 | 1100000 | 101111 |
Color Harmonies of #0513EA
Complementary color
Monochromatic Colors of #0513EA
Black with #0513EA
Text Example
Text Example
White with #0513EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513EA; }
p { color: rgb(5,19,234); }
H1.HeaderClassName
{
color: #0513EA;
}
.AnyTagClassName
{
color: #0513EA;
}
</style>
background-color css
<style>
a { background-color: #0513EA; }
a { background-color: rgb(5,19,234); }
div.DivClassName
{
background-color: #0513EA;
}
.BgClassName
{
background-color: #0513EA;
}
</style>
border-color css
<style>
span { border-color: #0513EA; }
span { border-color: rgb(5,19,234); }
td.TdClassName
{
border-color: #0513EA;
}
.TagClassName
{
border-color: #0513EA;
}
</style>