Shades of Medium Blue #1505BA
Tints of Medium Blue #1505BA
RGB
CMYK
RGB Variations
Color information
#1505BA (or 0x1505BA) is known color: Medium Blue. HEX triplet: 15, 05 and BA. RGB value is (21,5,186). Sum of RGB (Red+Green+Blue) = 21+5+186=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #1505BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505BA is #EAFA45. Grayscale: #1D1D1D. Windows color (decimal): -15399494 or 12190997. OLE color: 12190997.
HSL color Cylindrical-coordinate representation of color #1505BA: hue angle of 245.3º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1505BA is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 5 | 186 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.27 |
| HSL | 245.3º | 0.95% | 0.37% | - |
| HSV(B) | 245.3º | 0.97% | 0.73% | - |
| XYZ | 9.23 | 3.81 | 46.7 | - |
| YUV | 30.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 186 | 0.89 | 0.97 | 0 | 0.27 | 245.3 | 0.95 | 0.37 |
| Hex | 15 | 5 | BA | 59 | 61 | 0 | 1B | F5 | 5F | 25 |
| Octal | 25 | 5 | 272 | 131 | 141 | 0 | 33 | 365 | 137 | 45 |
| Binary | 10101 | 101 | 10111010 | 1011001 | 1100001 | 0 | 11011 | 11110101 | 1011111 | 100101 |
Color Harmonies of #1505BA
Complementary color
Monochromatic Colors of #1505BA
Black with #1505BA
Text Example
Text Example
White with #1505BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505BA; }
p { color: rgb(21,5,186); }
H1.HeaderClassName
{
color: #1505BA;
}
.AnyTagClassName
{
color: #1505BA;
}
</style>
background-color css
<style>
a { background-color: #1505BA; }
a { background-color: rgb(21,5,186); }
div.DivClassName
{
background-color: #1505BA;
}
.BgClassName
{
background-color: #1505BA;
}
</style>
border-color css
<style>
span { border-color: #1505BA; }
span { border-color: rgb(21,5,186); }
td.TdClassName
{
border-color: #1505BA;
}
.TagClassName
{
border-color: #1505BA;
}
</style>