Shades of Medium Blue #1901BA
Tints of Medium Blue #1901BA
RGB
CMYK
RGB Variations
Color information
#1901BA (or 0x1901BA) is known color: Medium Blue. HEX triplet: 19, 01 and BA. RGB value is (25,1,186). Sum of RGB (Red+Green+Blue) = 25+1+186=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #1901BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901BA is #E6FE45. Grayscale: #1C1C1C. Windows color (decimal): -15138374 or 12189977. OLE color: 12189977.
HSL color Cylindrical-coordinate representation of color #1901BA: hue angle of 247.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1901BA is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 1 | 186 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.27 |
| HSL | 247.78º | 0.99% | 0.37% | - |
| HSV(B) | 247.78º | 0.99% | 0.73% | - |
| XYZ | 9.27 | 3.77 | 46.69 | - |
| YUV | 29.27 | 216.45 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 186 | 0.87 | 0.99 | 0 | 0.27 | 247.78 | 0.99 | 0.37 |
| Hex | 19 | 1 | BA | 57 | 63 | 0 | 1B | F8 | 63 | 25 |
| Octal | 31 | 1 | 272 | 127 | 143 | 0 | 33 | 370 | 143 | 45 |
| Binary | 11001 | 1 | 10111010 | 1010111 | 1100011 | 0 | 11011 | 11111000 | 1100011 | 100101 |
Color Harmonies of #1901BA
Complementary color
Monochromatic Colors of #1901BA
Black with #1901BA
Text Example
Text Example
White with #1901BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901BA; }
p { color: rgb(25,1,186); }
H1.HeaderClassName
{
color: #1901BA;
}
.AnyTagClassName
{
color: #1901BA;
}
</style>
background-color css
<style>
a { background-color: #1901BA; }
a { background-color: rgb(25,1,186); }
div.DivClassName
{
background-color: #1901BA;
}
.BgClassName
{
background-color: #1901BA;
}
</style>
border-color css
<style>
span { border-color: #1901BA; }
span { border-color: rgb(25,1,186); }
td.TdClassName
{
border-color: #1901BA;
}
.TagClassName
{
border-color: #1901BA;
}
</style>