Shades of Blue #0513ED
Tints of Blue #0513ED
RGB
CMYK
RGB Variations
Color information
#0513ED (or 0x0513ED) is known color: Blue. HEX triplet: 05, 13 and ED. RGB value is (5,19,237). Sum of RGB (Red+Green+Blue) = 5+19+237=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 237 (92.97% from 255 or 90.80% from 261); Max value from RGB is 237 - color contains mainly: blue. Hex color #0513ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0513ED is #FAEC12. Grayscale: #262626. Windows color (decimal): -16444435 or 15536901. OLE color: 15536901.
HSL color Cylindrical-coordinate representation of color #0513ED: hue angle of 236.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513ED is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 19 | 237 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.07 |
| HSL | 236.38º | 0.96% | 0.47% | - |
| HSV(B) | 236.38º | 0.98% | 0.93% | - |
| XYZ | 15.58 | 6.61 | 80.58 | - |
| YUV | 39.67 | 239.36 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 237 | 0.98 | 0.92 | 0 | 0.07 | 236.38 | 0.96 | 0.47 |
| Hex | 5 | 13 | ED | 62 | 5C | 0 | 7 | EC | 60 | 2F |
| Octal | 5 | 23 | 355 | 142 | 134 | 0 | 7 | 354 | 140 | 57 |
| Binary | 101 | 10011 | 11101101 | 1100010 | 1011100 | 0 | 111 | 11101100 | 1100000 | 101111 |
Color Harmonies of #0513ED
Complementary color
Monochromatic Colors of #0513ED
Black with #0513ED
Text Example
Text Example
White with #0513ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513ED; }
p { color: rgb(5,19,237); }
H1.HeaderClassName
{
color: #0513ED;
}
.AnyTagClassName
{
color: #0513ED;
}
</style>
background-color css
<style>
a { background-color: #0513ED; }
a { background-color: rgb(5,19,237); }
div.DivClassName
{
background-color: #0513ED;
}
.BgClassName
{
background-color: #0513ED;
}
</style>
border-color css
<style>
span { border-color: #0513ED; }
span { border-color: rgb(5,19,237); }
td.TdClassName
{
border-color: #0513ED;
}
.TagClassName
{
border-color: #0513ED;
}
</style>