Shades of Medium Blue #1416BA
Tints of Medium Blue #1416BA
RGB
CMYK
RGB Variations
Color information
#1416BA (or 0x1416BA) is known color: Medium Blue. HEX triplet: 14, 16 and BA. RGB value is (20,22,186). Sum of RGB (Red+Green+Blue) = 20+22+186=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #1416BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1416BA is #EBE945. Grayscale: #272727. Windows color (decimal): -15460678 or 12195348. OLE color: 12195348.
HSL color Cylindrical-coordinate representation of color #1416BA: hue angle of 239.28º degrees, saturation: 0.81, 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 #1416BA is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 22 | 186 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.27 |
| HSL | 239.28º | 0.81% | 0.4% | - |
| HSV(B) | 239.28º | 0.89% | 0.73% | - |
| XYZ | 9.44 | 4.27 | 46.78 | - |
| YUV | 40.1 | 210.34 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 186 | 0.89 | 0.88 | 0 | 0.27 | 239.28 | 0.81 | 0.4 |
| Hex | 14 | 16 | BA | 59 | 58 | 0 | 1B | EF | 51 | 28 |
| Octal | 24 | 26 | 272 | 131 | 130 | 0 | 33 | 357 | 121 | 50 |
| Binary | 10100 | 10110 | 10111010 | 1011001 | 1011000 | 0 | 11011 | 11101111 | 1010001 | 101000 |
Color Harmonies of #1416BA
Complementary color
Monochromatic Colors of #1416BA
Black with #1416BA
Text Example
Text Example
White with #1416BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416BA; }
p { color: rgb(20,22,186); }
H1.HeaderClassName
{
color: #1416BA;
}
.AnyTagClassName
{
color: #1416BA;
}
</style>
background-color css
<style>
a { background-color: #1416BA; }
a { background-color: rgb(20,22,186); }
div.DivClassName
{
background-color: #1416BA;
}
.BgClassName
{
background-color: #1416BA;
}
</style>
border-color css
<style>
span { border-color: #1416BA; }
span { border-color: rgb(20,22,186); }
td.TdClassName
{
border-color: #1416BA;
}
.TagClassName
{
border-color: #1416BA;
}
</style>