Shades of Medium Blue #1914BA
Tints of Medium Blue #1914BA
RGB
CMYK
RGB Variations
Color information
#1914BA (or 0x1914BA) is known color: Medium Blue. HEX triplet: 19, 14 and BA. RGB value is (25,20,186). Sum of RGB (Red+Green+Blue) = 25+20+186=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #1914BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1914BA is #E6EB45. Grayscale: #272727. Windows color (decimal): -15133510 or 12194841. OLE color: 12194841.
HSL color Cylindrical-coordinate representation of color #1914BA: hue angle of 241.81º 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 #1914BA is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 20 | 186 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.27 |
| HSL | 241.81º | 0.81% | 0.4% | - |
| HSV(B) | 241.81º | 0.89% | 0.73% | - |
| XYZ | 9.51 | 4.25 | 46.77 | - |
| YUV | 40.42 | 210.16 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 186 | 0.87 | 0.89 | 0 | 0.27 | 241.81 | 0.81 | 0.4 |
| Hex | 19 | 14 | BA | 57 | 59 | 0 | 1B | F2 | 51 | 28 |
| Octal | 31 | 24 | 272 | 127 | 131 | 0 | 33 | 362 | 121 | 50 |
| Binary | 11001 | 10100 | 10111010 | 1010111 | 1011001 | 0 | 11011 | 11110010 | 1010001 | 101000 |
Color Harmonies of #1914BA
Complementary color
Monochromatic Colors of #1914BA
Black with #1914BA
Text Example
Text Example
White with #1914BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914BA; }
p { color: rgb(25,20,186); }
H1.HeaderClassName
{
color: #1914BA;
}
.AnyTagClassName
{
color: #1914BA;
}
</style>
background-color css
<style>
a { background-color: #1914BA; }
a { background-color: rgb(25,20,186); }
div.DivClassName
{
background-color: #1914BA;
}
.BgClassName
{
background-color: #1914BA;
}
</style>
border-color css
<style>
span { border-color: #1914BA; }
span { border-color: rgb(25,20,186); }
td.TdClassName
{
border-color: #1914BA;
}
.TagClassName
{
border-color: #1914BA;
}
</style>