Shades of Medium Blue #1516B9
Tints of Medium Blue #1516B9
RGB
CMYK
RGB Variations
Color information
#1516B9 (or 0x1516B9) is known color: Medium Blue. HEX triplet: 15, 16 and B9. RGB value is (21,22,185). Sum of RGB (Red+Green+Blue) = 21+22+185=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 185 (72.66% from 255 or 81.14% from 228); Max value from RGB is 185 - color contains mainly: blue. Hex color #1516B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1516B9 is #EAE946. Grayscale: #272727. Windows color (decimal): -15395143 or 12129813. OLE color: 12129813.
HSL color Cylindrical-coordinate representation of color #1516B9: hue angle of 239.63º 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 #1516B9 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 22 | 185 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.27 |
| HSL | 239.63º | 0.8% | 0.4% | - |
| HSV(B) | 239.63º | 0.89% | 0.73% | - |
| XYZ | 9.35 | 4.24 | 46.22 | - |
| YUV | 40.28 | 209.67 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 185 | 0.89 | 0.88 | 0 | 0.27 | 239.63 | 0.8 | 0.4 |
| Hex | 15 | 16 | B9 | 59 | 58 | 0 | 1B | F0 | 50 | 28 |
| Octal | 25 | 26 | 271 | 131 | 130 | 0 | 33 | 360 | 120 | 50 |
| Binary | 10101 | 10110 | 10111001 | 1011001 | 1011000 | 0 | 11011 | 11110000 | 1010000 | 101000 |
Color Harmonies of #1516B9
Complementary color
Monochromatic Colors of #1516B9
Black with #1516B9
Text Example
Text Example
White with #1516B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1516B9; }
p { color: rgb(21,22,185); }
H1.HeaderClassName
{
color: #1516B9;
}
.AnyTagClassName
{
color: #1516B9;
}
</style>
background-color css
<style>
a { background-color: #1516B9; }
a { background-color: rgb(21,22,185); }
div.DivClassName
{
background-color: #1516B9;
}
.BgClassName
{
background-color: #1516B9;
}
</style>
border-color css
<style>
span { border-color: #1516B9; }
span { border-color: rgb(21,22,185); }
td.TdClassName
{
border-color: #1516B9;
}
.TagClassName
{
border-color: #1516B9;
}
</style>