Shades of Medium Blue #1900BB
Tints of Medium Blue #1900BB
RGB
CMYK
RGB Variations
Color information
#1900BB (or 0x1900BB) is known color: Medium Blue. HEX triplet: 19, 00 and BB. RGB value is (25,0,187). Sum of RGB (Red+Green+Blue) = 25+0+187=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #1900BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1900BB is #E6FF44. Grayscale: #1C1C1C. Windows color (decimal): -15138629 or 12255257. OLE color: 12255257.
HSL color Cylindrical-coordinate representation of color #1900BB: hue angle of 248.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900BB is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 0 | 187 | - |
| CMYK | 0.87 | 1 | 0 | 0.27 |
| HSL | 248.02º | 1% | 0.37% | - |
| HSV(B) | 248.02º | 1% | 0.73% | - |
| XYZ | 9.37 | 3.79 | 47.25 | - |
| YUV | 28.79 | 217.28 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 187 | 0.87 | 1 | 0 | 0.27 | 248.02 | 1 | 0.37 |
| Hex | 19 | 0 | BB | 57 | 64 | 0 | 1B | F8 | 64 | 25 |
| Octal | 31 | 0 | 273 | 127 | 144 | 0 | 33 | 370 | 144 | 45 |
| Binary | 11001 | 0 | 10111011 | 1010111 | 1100100 | 0 | 11011 | 11111000 | 1100100 | 100101 |
Color Harmonies of #1900BB
Complementary color
Monochromatic Colors of #1900BB
Black with #1900BB
Text Example
Text Example
White with #1900BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900BB; }
p { color: rgb(25,0,187); }
H1.HeaderClassName
{
color: #1900BB;
}
.AnyTagClassName
{
color: #1900BB;
}
</style>
background-color css
<style>
a { background-color: #1900BB; }
a { background-color: rgb(25,0,187); }
div.DivClassName
{
background-color: #1900BB;
}
.BgClassName
{
background-color: #1900BB;
}
</style>
border-color css
<style>
span { border-color: #1900BB; }
span { border-color: rgb(25,0,187); }
td.TdClassName
{
border-color: #1900BB;
}
.TagClassName
{
border-color: #1900BB;
}
</style>