Shades of Medium Blue #1410B9
Tints of Medium Blue #1410B9
RGB
CMYK
RGB Variations
Color information
#1410B9 (or 0x1410B9) is known color: Medium Blue. HEX triplet: 14, 10 and B9. RGB value is (20,16,185). Sum of RGB (Red+Green+Blue) = 20+16+185=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 185 (72.66% from 255 or 83.71% from 221); Max value from RGB is 185 - color contains mainly: blue. Hex color #1410B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1410B9 is #EBEF46. Grayscale: #232323. Windows color (decimal): -15462215 or 12128276. OLE color: 12128276.
HSL color Cylindrical-coordinate representation of color #1410B9: hue angle of 241.42º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1410B9 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 16 | 185 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.27 |
| HSL | 241.42º | 0.84% | 0.39% | - |
| HSV(B) | 241.42º | 0.91% | 0.73% | - |
| XYZ | 9.23 | 4.02 | 46.19 | - |
| YUV | 36.46 | 211.83 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 185 | 0.89 | 0.91 | 0 | 0.27 | 241.42 | 0.84 | 0.39 |
| Hex | 14 | 10 | B9 | 59 | 5B | 0 | 1B | F1 | 54 | 27 |
| Octal | 24 | 20 | 271 | 131 | 133 | 0 | 33 | 361 | 124 | 47 |
| Binary | 10100 | 10000 | 10111001 | 1011001 | 1011011 | 0 | 11011 | 11110001 | 1010100 | 100111 |
Color Harmonies of #1410B9
Complementary color
Monochromatic Colors of #1410B9
Black with #1410B9
Text Example
Text Example
White with #1410B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1410B9; }
p { color: rgb(20,16,185); }
H1.HeaderClassName
{
color: #1410B9;
}
.AnyTagClassName
{
color: #1410B9;
}
</style>
background-color css
<style>
a { background-color: #1410B9; }
a { background-color: rgb(20,16,185); }
div.DivClassName
{
background-color: #1410B9;
}
.BgClassName
{
background-color: #1410B9;
}
</style>
border-color css
<style>
span { border-color: #1410B9; }
span { border-color: rgb(20,16,185); }
td.TdClassName
{
border-color: #1410B9;
}
.TagClassName
{
border-color: #1410B9;
}
</style>