Shades of Medium Blue #1900B7
Tints of Medium Blue #1900B7
RGB
CMYK
RGB Variations
Color information
#1900B7 (or 0x1900B7) is known color: Medium Blue. HEX triplet: 19, 00 and B7. RGB value is (25,0,183). Sum of RGB (Red+Green+Blue) = 25+0+183=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 183 (71.88% from 255 or 87.98% from 208); Max value from RGB is 183 - color contains mainly: blue. Hex color #1900B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1900B7 is #E6FF48. Grayscale: #1B1B1B. Windows color (decimal): -15138633 or 11993113. OLE color: 11993113.
HSL color Cylindrical-coordinate representation of color #1900B7: hue angle of 248.2º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900B7 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 0 | 183 | - |
| CMYK | 0.86 | 1 | 0 | 0.28 |
| HSL | 248.2º | 1% | 0.36% | - |
| HSV(B) | 248.2º | 1% | 0.72% | - |
| XYZ | 8.95 | 3.63 | 45.03 | - |
| YUV | 28.34 | 215.28 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 183 | 0.86 | 1 | 0 | 0.28 | 248.2 | 1 | 0.36 |
| Hex | 19 | 0 | B7 | 56 | 64 | 0 | 1C | F8 | 64 | 24 |
| Octal | 31 | 0 | 267 | 126 | 144 | 0 | 34 | 370 | 144 | 44 |
| Binary | 11001 | 0 | 10110111 | 1010110 | 1100100 | 0 | 11100 | 11111000 | 1100100 | 100100 |
Color Harmonies of #1900B7
Complementary color
Monochromatic Colors of #1900B7
Black with #1900B7
Text Example
Text Example
White with #1900B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900B7; }
p { color: rgb(25,0,183); }
H1.HeaderClassName
{
color: #1900B7;
}
.AnyTagClassName
{
color: #1900B7;
}
</style>
background-color css
<style>
a { background-color: #1900B7; }
a { background-color: rgb(25,0,183); }
div.DivClassName
{
background-color: #1900B7;
}
.BgClassName
{
background-color: #1900B7;
}
</style>
border-color css
<style>
span { border-color: #1900B7; }
span { border-color: rgb(25,0,183); }
td.TdClassName
{
border-color: #1900B7;
}
.TagClassName
{
border-color: #1900B7;
}
</style>