Shades of Medium Blue #1512BC
Tints of Medium Blue #1512BC
RGB
CMYK
RGB Variations
Color information
#1512BC (or 0x1512BC) is known color: Medium Blue. HEX triplet: 15, 12 and BC. RGB value is (21,18,188). Sum of RGB (Red+Green+Blue) = 21+18+188=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #1512BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512BC is #EAED43. Grayscale: #252525. Windows color (decimal): -15396164 or 12325397. OLE color: 12325397.
HSL color Cylindrical-coordinate representation of color #1512BC: hue angle of 241.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1512BC is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 18 | 188 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.26 |
| HSL | 241.06º | 0.83% | 0.4% | - |
| HSV(B) | 241.06º | 0.9% | 0.74% | - |
| XYZ | 9.6 | 4.22 | 47.89 | - |
| YUV | 38.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 188 | 0.89 | 0.90 | 0 | 0.26 | 241.06 | 0.83 | 0.4 |
| Hex | 15 | 12 | BC | 59 | 5A | 0 | 1A | F1 | 53 | 28 |
| Octal | 25 | 22 | 274 | 131 | 132 | 0 | 32 | 361 | 123 | 50 |
| Binary | 10101 | 10010 | 10111100 | 1011001 | 1011010 | 0 | 11010 | 11110001 | 1010011 | 101000 |
Color Harmonies of #1512BC
Complementary color
Monochromatic Colors of #1512BC
Black with #1512BC
Text Example
Text Example
White with #1512BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512BC; }
p { color: rgb(21,18,188); }
H1.HeaderClassName
{
color: #1512BC;
}
.AnyTagClassName
{
color: #1512BC;
}
</style>
background-color css
<style>
a { background-color: #1512BC; }
a { background-color: rgb(21,18,188); }
div.DivClassName
{
background-color: #1512BC;
}
.BgClassName
{
background-color: #1512BC;
}
</style>
border-color css
<style>
span { border-color: #1512BC; }
span { border-color: rgb(21,18,188); }
td.TdClassName
{
border-color: #1512BC;
}
.TagClassName
{
border-color: #1512BC;
}
</style>