Shades of Medium Blue #1505BC
Tints of Medium Blue #1505BC
RGB
CMYK
RGB Variations
Color information
#1505BC (or 0x1505BC) is known color: Medium Blue. HEX triplet: 15, 05 and BC. RGB value is (21,5,188). Sum of RGB (Red+Green+Blue) = 21+5+188=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #1505BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505BC is #EAFA43. Grayscale: #1D1D1D. Windows color (decimal): -15399492 or 12322069. OLE color: 12322069.
HSL color Cylindrical-coordinate representation of color #1505BC: hue angle of 245.25º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1505BC is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 5 | 188 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.26 |
| HSL | 245.25º | 0.95% | 0.38% | - |
| HSV(B) | 245.25º | 0.97% | 0.74% | - |
| XYZ | 9.44 | 3.9 | 47.83 | - |
| YUV | 30.65 | 216.8 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 188 | 0.89 | 0.97 | 0 | 0.26 | 245.25 | 0.95 | 0.38 |
| Hex | 15 | 5 | BC | 59 | 61 | 0 | 1A | F5 | 5F | 26 |
| Octal | 25 | 5 | 274 | 131 | 141 | 0 | 32 | 365 | 137 | 46 |
| Binary | 10101 | 101 | 10111100 | 1011001 | 1100001 | 0 | 11010 | 11110101 | 1011111 | 100110 |
Color Harmonies of #1505BC
Complementary color
Monochromatic Colors of #1505BC
Black with #1505BC
Text Example
Text Example
White with #1505BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505BC; }
p { color: rgb(21,5,188); }
H1.HeaderClassName
{
color: #1505BC;
}
.AnyTagClassName
{
color: #1505BC;
}
</style>
background-color css
<style>
a { background-color: #1505BC; }
a { background-color: rgb(21,5,188); }
div.DivClassName
{
background-color: #1505BC;
}
.BgClassName
{
background-color: #1505BC;
}
</style>
border-color css
<style>
span { border-color: #1505BC; }
span { border-color: rgb(21,5,188); }
td.TdClassName
{
border-color: #1505BC;
}
.TagClassName
{
border-color: #1505BC;
}
</style>