Shades of Medium Blue #1904B9
Tints of Medium Blue #1904B9
RGB
CMYK
RGB Variations
Color information
#1904B9 (or 0x1904B9) is known color: Medium Blue. HEX triplet: 19, 04 and B9. RGB value is (25,4,185). Sum of RGB (Red+Green+Blue) = 25+4+185=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 185 (72.66% from 255 or 86.45% from 214); Max value from RGB is 185 - color contains mainly: blue. Hex color #1904B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1904B9 is #E6FB46. Grayscale: #1E1E1E. Windows color (decimal): -15137607 or 12125209. OLE color: 12125209.
HSL color Cylindrical-coordinate representation of color #1904B9: hue angle of 246.96º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1904B9 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 4 | 185 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.27 |
| HSL | 246.96º | 0.96% | 0.37% | - |
| HSV(B) | 246.96º | 0.98% | 0.73% | - |
| XYZ | 9.2 | 3.8 | 46.15 | - |
| YUV | 30.91 | 214.96 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 185 | 0.86 | 0.98 | 0 | 0.27 | 246.96 | 0.96 | 0.37 |
| Hex | 19 | 4 | B9 | 56 | 62 | 0 | 1B | F7 | 60 | 25 |
| Octal | 31 | 4 | 271 | 126 | 142 | 0 | 33 | 367 | 140 | 45 |
| Binary | 11001 | 100 | 10111001 | 1010110 | 1100010 | 0 | 11011 | 11110111 | 1100000 | 100101 |
Color Harmonies of #1904B9
Complementary color
Monochromatic Colors of #1904B9
Black with #1904B9
Text Example
Text Example
White with #1904B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1904B9; }
p { color: rgb(25,4,185); }
H1.HeaderClassName
{
color: #1904B9;
}
.AnyTagClassName
{
color: #1904B9;
}
</style>
background-color css
<style>
a { background-color: #1904B9; }
a { background-color: rgb(25,4,185); }
div.DivClassName
{
background-color: #1904B9;
}
.BgClassName
{
background-color: #1904B9;
}
</style>
border-color css
<style>
span { border-color: #1904B9; }
span { border-color: rgb(25,4,185); }
td.TdClassName
{
border-color: #1904B9;
}
.TagClassName
{
border-color: #1904B9;
}
</style>