Shades of Medium Blue #1900B9
Tints of Medium Blue #1900B9
RGB
CMYK
RGB Variations
Color information
#1900B9 (or 0x1900B9) is known color: Medium Blue. HEX triplet: 19, 00 and B9. RGB value is (25,0,185). Sum of RGB (Red+Green+Blue) = 25+0+185=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 185 (72.66% from 255 or 88.10% from 210); Max value from RGB is 185 - color contains mainly: blue. Hex color #1900B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1900B9 is #E6FF46. Grayscale: #1B1B1B. Windows color (decimal): -15138631 or 12124185. OLE color: 12124185.
HSL color Cylindrical-coordinate representation of color #1900B9: hue angle of 248.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900B9 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 0 | 185 | - |
| CMYK | 0.86 | 1 | 0 | 0.27 |
| HSL | 248.11º | 1% | 0.36% | - |
| HSV(B) | 248.11º | 1% | 0.73% | - |
| XYZ | 9.16 | 3.71 | 46.13 | - |
| YUV | 28.57 | 216.28 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 185 | 0.86 | 1 | 0 | 0.27 | 248.11 | 1 | 0.36 |
| Hex | 19 | 0 | B9 | 56 | 64 | 0 | 1B | F8 | 64 | 24 |
| Octal | 31 | 0 | 271 | 126 | 144 | 0 | 33 | 370 | 144 | 44 |
| Binary | 11001 | 0 | 10111001 | 1010110 | 1100100 | 0 | 11011 | 11111000 | 1100100 | 100100 |
Color Harmonies of #1900B9
Complementary color
Monochromatic Colors of #1900B9
Black with #1900B9
Text Example
Text Example
White with #1900B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900B9; }
p { color: rgb(25,0,185); }
H1.HeaderClassName
{
color: #1900B9;
}
.AnyTagClassName
{
color: #1900B9;
}
</style>
background-color css
<style>
a { background-color: #1900B9; }
a { background-color: rgb(25,0,185); }
div.DivClassName
{
background-color: #1900B9;
}
.BgClassName
{
background-color: #1900B9;
}
</style>
border-color css
<style>
span { border-color: #1900B9; }
span { border-color: rgb(25,0,185); }
td.TdClassName
{
border-color: #1900B9;
}
.TagClassName
{
border-color: #1900B9;
}
</style>