Shades of Medium Blue #1517B9
Tints of Medium Blue #1517B9
RGB
CMYK
RGB Variations
Color information
#1517B9 (or 0x1517B9) is known color: Medium Blue. HEX triplet: 15, 17 and B9. RGB value is (21,23,185). Sum of RGB (Red+Green+Blue) = 21+23+185=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 185 (72.66% from 255 or 80.79% from 229); Max value from RGB is 185 - color contains mainly: blue. Hex color #1517B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517B9 is #EAE846. Grayscale: #282828. Windows color (decimal): -15394887 or 12130069. OLE color: 12130069.
HSL color Cylindrical-coordinate representation of color #1517B9: hue angle of 239.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1517B9 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 23 | 185 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.27 |
| HSL | 239.27º | 0.8% | 0.4% | - |
| HSV(B) | 239.27º | 0.89% | 0.73% | - |
| XYZ | 9.37 | 4.28 | 46.23 | - |
| YUV | 40.87 | 209.34 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 185 | 0.89 | 0.88 | 0 | 0.27 | 239.27 | 0.8 | 0.4 |
| Hex | 15 | 17 | B9 | 59 | 58 | 0 | 1B | EF | 50 | 28 |
| Octal | 25 | 27 | 271 | 131 | 130 | 0 | 33 | 357 | 120 | 50 |
| Binary | 10101 | 10111 | 10111001 | 1011001 | 1011000 | 0 | 11011 | 11101111 | 1010000 | 101000 |
Color Harmonies of #1517B9
Complementary color
Monochromatic Colors of #1517B9
Black with #1517B9
Text Example
Text Example
White with #1517B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1517B9; }
p { color: rgb(21,23,185); }
H1.HeaderClassName
{
color: #1517B9;
}
.AnyTagClassName
{
color: #1517B9;
}
</style>
background-color css
<style>
a { background-color: #1517B9; }
a { background-color: rgb(21,23,185); }
div.DivClassName
{
background-color: #1517B9;
}
.BgClassName
{
background-color: #1517B9;
}
</style>
border-color css
<style>
span { border-color: #1517B9; }
span { border-color: rgb(21,23,185); }
td.TdClassName
{
border-color: #1517B9;
}
.TagClassName
{
border-color: #1517B9;
}
</style>