Shades of Medium Blue #1512CD
Tints of Medium Blue #1512CD
RGB
CMYK
RGB Variations
Color information
#1512CD (or 0x1512CD) is known color: Medium Blue. HEX triplet: 15, 12 and CD. RGB value is (21,18,205). Sum of RGB (Red+Green+Blue) = 21+18+205=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #1512CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512CD is #EAED32. Grayscale: #272727. Windows color (decimal): -15396147 or 13439509. OLE color: 13439509.
HSL color Cylindrical-coordinate representation of color #1512CD: hue angle of 240.96º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1512CD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 18 | 205 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.20 |
| HSL | 240.96º | 0.84% | 0.44% | - |
| HSV(B) | 240.96º | 0.91% | 0.8% | - |
| XYZ | 11.55 | 5 | 58.11 | - |
| YUV | 40.22 | 220.99 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 205 | 0.90 | 0.91 | 0 | 0.20 | 240.96 | 0.84 | 0.44 |
| Hex | 15 | 12 | CD | 5A | 5B | 0 | 14 | F1 | 54 | 2C |
| Octal | 25 | 22 | 315 | 132 | 133 | 0 | 24 | 361 | 124 | 54 |
| Binary | 10101 | 10010 | 11001101 | 1011010 | 1011011 | 0 | 10100 | 11110001 | 1010100 | 101100 |
Color Harmonies of #1512CD
Complementary color
Monochromatic Colors of #1512CD
Black with #1512CD
Text Example
Text Example
White with #1512CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512CD; }
p { color: rgb(21,18,205); }
H1.HeaderClassName
{
color: #1512CD;
}
.AnyTagClassName
{
color: #1512CD;
}
</style>
background-color css
<style>
a { background-color: #1512CD; }
a { background-color: rgb(21,18,205); }
div.DivClassName
{
background-color: #1512CD;
}
.BgClassName
{
background-color: #1512CD;
}
</style>
border-color css
<style>
span { border-color: #1512CD; }
span { border-color: rgb(21,18,205); }
td.TdClassName
{
border-color: #1512CD;
}
.TagClassName
{
border-color: #1512CD;
}
</style>