Shades of Medium Blue #0515E2
Tints of Medium Blue #0515E2
RGB
CMYK
RGB Variations
Color information
#0515E2 (or 0x0515E2) is known color: Medium Blue. HEX triplet: 05, 15 and E2. RGB value is (5,21,226). Sum of RGB (Red+Green+Blue) = 5+21+226=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 226 (88.67% from 255 or 89.68% from 252); Max value from RGB is 226 - color contains mainly: blue. Hex color #0515E2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515E2 is #FAEA1D. Grayscale: #262626. Windows color (decimal): -16443934 or 14816517. OLE color: 14816517.
HSL color Cylindrical-coordinate representation of color #0515E2: hue angle of 235.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0515E2 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 21 | 226 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.11 |
| HSL | 235.66º | 0.96% | 0.45% | - |
| HSV(B) | 235.66º | 0.98% | 0.89% | - |
| XYZ | 14.06 | 6.06 | 72.38 | - |
| YUV | 39.59 | 233.2 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 226 | 0.98 | 0.91 | 0 | 0.11 | 235.66 | 0.96 | 0.45 |
| Hex | 5 | 15 | E2 | 62 | 5B | 0 | B | EC | 60 | 2D |
| Octal | 5 | 25 | 342 | 142 | 133 | 0 | 13 | 354 | 140 | 55 |
| Binary | 101 | 10101 | 11100010 | 1100010 | 1011011 | 0 | 1011 | 11101100 | 1100000 | 101101 |
Color Harmonies of #0515E2
Complementary color
Monochromatic Colors of #0515E2
Black with #0515E2
Text Example
Text Example
White with #0515E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0515E2; }
p { color: rgb(5,21,226); }
H1.HeaderClassName
{
color: #0515E2;
}
.AnyTagClassName
{
color: #0515E2;
}
</style>
background-color css
<style>
a { background-color: #0515E2; }
a { background-color: rgb(5,21,226); }
div.DivClassName
{
background-color: #0515E2;
}
.BgClassName
{
background-color: #0515E2;
}
</style>
border-color css
<style>
span { border-color: #0515E2; }
span { border-color: rgb(5,21,226); }
td.TdClassName
{
border-color: #0515E2;
}
.TagClassName
{
border-color: #0515E2;
}
</style>