Shades of Medium Blue #1512B7
Tints of Medium Blue #1512B7
RGB
CMYK
RGB Variations
Color information
#1512B7 (or 0x1512B7) is known color: Medium Blue. HEX triplet: 15, 12 and B7. RGB value is (21,18,183). Sum of RGB (Red+Green+Blue) = 21+18+183=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 183 (71.88% from 255 or 82.43% from 222); Max value from RGB is 183 - color contains mainly: blue. Hex color #1512B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512B7 is #EAED48. Grayscale: #252525. Windows color (decimal): -15396169 or 11997717. OLE color: 11997717.
HSL color Cylindrical-coordinate representation of color #1512B7: hue angle of 241.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1512B7 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 18 | 183 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.28 |
| HSL | 241.09º | 0.82% | 0.39% | - |
| HSV(B) | 241.09º | 0.9% | 0.72% | - |
| XYZ | 9.07 | 4.01 | 45.1 | - |
| YUV | 37.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 183 | 0.89 | 0.90 | 0 | 0.28 | 241.09 | 0.82 | 0.39 |
| Hex | 15 | 12 | B7 | 59 | 5A | 0 | 1C | F1 | 52 | 27 |
| Octal | 25 | 22 | 267 | 131 | 132 | 0 | 34 | 361 | 122 | 47 |
| Binary | 10101 | 10010 | 10110111 | 1011001 | 1011010 | 0 | 11100 | 11110001 | 1010010 | 100111 |
Color Harmonies of #1512B7
Complementary color
Monochromatic Colors of #1512B7
Black with #1512B7
Text Example
Text Example
White with #1512B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512B7; }
p { color: rgb(21,18,183); }
H1.HeaderClassName
{
color: #1512B7;
}
.AnyTagClassName
{
color: #1512B7;
}
</style>
background-color css
<style>
a { background-color: #1512B7; }
a { background-color: rgb(21,18,183); }
div.DivClassName
{
background-color: #1512B7;
}
.BgClassName
{
background-color: #1512B7;
}
</style>
border-color css
<style>
span { border-color: #1512B7; }
span { border-color: rgb(21,18,183); }
td.TdClassName
{
border-color: #1512B7;
}
.TagClassName
{
border-color: #1512B7;
}
</style>