Shades of Medium Blue #1500BC
Tints of Medium Blue #1500BC
RGB
CMYK
RGB Variations
Color information
#1500BC (or 0x1500BC) is known color: Medium Blue. HEX triplet: 15, 00 and BC. RGB value is (21,0,188). Sum of RGB (Red+Green+Blue) = 21+0+188=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #1500BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1500BC is #EAFF43. Grayscale: #1A1A1A. Windows color (decimal): -15400772 or 12320789. OLE color: 12320789.
HSL color Cylindrical-coordinate representation of color #1500BC: hue angle of 246.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500BC is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 0 | 188 | - |
| CMYK | 0.89 | 1 | 0 | 0.26 |
| HSL | 246.7º | 1% | 0.37% | - |
| HSV(B) | 246.7º | 1% | 0.74% | - |
| XYZ | 9.39 | 3.79 | 47.81 | - |
| YUV | 27.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 188 | 0.89 | 1 | 0 | 0.26 | 246.7 | 1 | 0.37 |
| Hex | 15 | 0 | BC | 59 | 64 | 0 | 1A | F7 | 64 | 25 |
| Octal | 25 | 0 | 274 | 131 | 144 | 0 | 32 | 367 | 144 | 45 |
| Binary | 10101 | 0 | 10111100 | 1011001 | 1100100 | 0 | 11010 | 11110111 | 1100100 | 100101 |
Color Harmonies of #1500BC
Complementary color
Monochromatic Colors of #1500BC
Black with #1500BC
Text Example
Text Example
White with #1500BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500BC; }
p { color: rgb(21,0,188); }
H1.HeaderClassName
{
color: #1500BC;
}
.AnyTagClassName
{
color: #1500BC;
}
</style>
background-color css
<style>
a { background-color: #1500BC; }
a { background-color: rgb(21,0,188); }
div.DivClassName
{
background-color: #1500BC;
}
.BgClassName
{
background-color: #1500BC;
}
</style>
border-color css
<style>
span { border-color: #1500BC; }
span { border-color: rgb(21,0,188); }
td.TdClassName
{
border-color: #1500BC;
}
.TagClassName
{
border-color: #1500BC;
}
</style>