Shades of Medium Blue #1900BD
Tints of Medium Blue #1900BD
RGB
CMYK
RGB Variations
Color information
#1900BD (or 0x1900BD) is known color: Medium Blue. HEX triplet: 19, 00 and BD. RGB value is (25,0,189). Sum of RGB (Red+Green+Blue) = 25+0+189=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 189 (74.22% from 255 or 88.32% from 214); Max value from RGB is 189 - color contains mainly: blue. Hex color #1900BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1900BD is #E6FF42. Grayscale: #1C1C1C. Windows color (decimal): -15138627 or 12386329. OLE color: 12386329.
HSL color Cylindrical-coordinate representation of color #1900BD: hue angle of 247.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900BD is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 0 | 189 | - |
| CMYK | 0.87 | 1 | 0 | 0.26 |
| HSL | 247.94º | 1% | 0.37% | - |
| HSV(B) | 247.94º | 1% | 0.74% | - |
| XYZ | 9.59 | 3.88 | 48.39 | - |
| YUV | 29.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 189 | 0.87 | 1 | 0 | 0.26 | 247.94 | 1 | 0.37 |
| Hex | 19 | 0 | BD | 57 | 64 | 0 | 1A | F8 | 64 | 25 |
| Octal | 31 | 0 | 275 | 127 | 144 | 0 | 32 | 370 | 144 | 45 |
| Binary | 11001 | 0 | 10111101 | 1010111 | 1100100 | 0 | 11010 | 11111000 | 1100100 | 100101 |
Color Harmonies of #1900BD
Complementary color
Monochromatic Colors of #1900BD
Black with #1900BD
Text Example
Text Example
White with #1900BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900BD; }
p { color: rgb(25,0,189); }
H1.HeaderClassName
{
color: #1900BD;
}
.AnyTagClassName
{
color: #1900BD;
}
</style>
background-color css
<style>
a { background-color: #1900BD; }
a { background-color: rgb(25,0,189); }
div.DivClassName
{
background-color: #1900BD;
}
.BgClassName
{
background-color: #1900BD;
}
</style>
border-color css
<style>
span { border-color: #1900BD; }
span { border-color: rgb(25,0,189); }
td.TdClassName
{
border-color: #1900BD;
}
.TagClassName
{
border-color: #1900BD;
}
</style>