Shades of Medium Blue #0513CE
Tints of Medium Blue #0513CE
RGB
CMYK
RGB Variations
Color information
#0513CE (or 0x0513CE) is known color: Medium Blue. HEX triplet: 05, 13 and CE. RGB value is (5,19,206). Sum of RGB (Red+Green+Blue) = 5+19+206=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 206 (80.86% from 255 or 89.57% from 230); Max value from RGB is 206 - color contains mainly: blue. Hex color #0513CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0513CE is #FAEC31. Grayscale: #232323. Windows color (decimal): -16444466 or 13505285. OLE color: 13505285.
HSL color Cylindrical-coordinate representation of color #0513CE: hue angle of 235.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513CE is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 19 | 206 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.19 |
| HSL | 235.82º | 0.95% | 0.41% | - |
| HSV(B) | 235.82º | 0.98% | 0.81% | - |
| XYZ | 11.44 | 4.95 | 58.75 | - |
| YUV | 36.13 | 223.86 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 206 | 0.98 | 0.91 | 0 | 0.19 | 235.82 | 0.95 | 0.41 |
| Hex | 5 | 13 | CE | 62 | 5B | 0 | 13 | EC | 5F | 29 |
| Octal | 5 | 23 | 316 | 142 | 133 | 0 | 23 | 354 | 137 | 51 |
| Binary | 101 | 10011 | 11001110 | 1100010 | 1011011 | 0 | 10011 | 11101100 | 1011111 | 101001 |
Color Harmonies of #0513CE
Complementary color
Monochromatic Colors of #0513CE
Black with #0513CE
Text Example
Text Example
White with #0513CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513CE; }
p { color: rgb(5,19,206); }
H1.HeaderClassName
{
color: #0513CE;
}
.AnyTagClassName
{
color: #0513CE;
}
</style>
background-color css
<style>
a { background-color: #0513CE; }
a { background-color: rgb(5,19,206); }
div.DivClassName
{
background-color: #0513CE;
}
.BgClassName
{
background-color: #0513CE;
}
</style>
border-color css
<style>
span { border-color: #0513CE; }
span { border-color: rgb(5,19,206); }
td.TdClassName
{
border-color: #0513CE;
}
.TagClassName
{
border-color: #0513CE;
}
</style>