Shades of Medium Blue #1512DF
Tints of Medium Blue #1512DF
RGB
CMYK
RGB Variations
Color information
#1512DF (or 0x1512DF) is known color: Medium Blue. HEX triplet: 15, 12 and DF. RGB value is (21,18,223). Sum of RGB (Red+Green+Blue) = 21+18+223=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #1512DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512DF is #EAED20. Grayscale: #292929. Windows color (decimal): -15396129 or 14619157. OLE color: 14619157.
HSL color Cylindrical-coordinate representation of color #1512DF: hue angle of 240.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1512DF is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 18 | 223 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.13 |
| HSL | 240.88º | 0.85% | 0.47% | - |
| HSV(B) | 240.88º | 0.92% | 0.87% | - |
| XYZ | 13.84 | 5.92 | 70.22 | - |
| YUV | 42.27 | 229.99 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 223 | 0.91 | 0.92 | 0 | 0.13 | 240.88 | 0.85 | 0.47 |
| Hex | 15 | 12 | DF | 5B | 5C | 0 | D | F1 | 55 | 2F |
| Octal | 25 | 22 | 337 | 133 | 134 | 0 | 15 | 361 | 125 | 57 |
| Binary | 10101 | 10010 | 11011111 | 1011011 | 1011100 | 0 | 1101 | 11110001 | 1010101 | 101111 |
Color Harmonies of #1512DF
Complementary color
Monochromatic Colors of #1512DF
Black with #1512DF
Text Example
Text Example
White with #1512DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512DF; }
p { color: rgb(21,18,223); }
H1.HeaderClassName
{
color: #1512DF;
}
.AnyTagClassName
{
color: #1512DF;
}
</style>
background-color css
<style>
a { background-color: #1512DF; }
a { background-color: rgb(21,18,223); }
div.DivClassName
{
background-color: #1512DF;
}
.BgClassName
{
background-color: #1512DF;
}
</style>
border-color css
<style>
span { border-color: #1512DF; }
span { border-color: rgb(21,18,223); }
td.TdClassName
{
border-color: #1512DF;
}
.TagClassName
{
border-color: #1512DF;
}
</style>