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