Shades of Medium Blue #190FBB
Tints of Medium Blue #190FBB
RGB
CMYK
RGB Variations
Color information
#190FBB (or 0x190FBB) is known color: Medium Blue. HEX triplet: 19, 0F and BB. RGB value is (25,15,187). Sum of RGB (Red+Green+Blue) = 25+15+187=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #190FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FBB is #E6F044. Grayscale: #242424. Windows color (decimal): -15134789 or 12259097. OLE color: 12259097.
HSL color Cylindrical-coordinate representation of color #190FBB: hue angle of 243.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190FBB is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 15 | 187 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.27 |
| HSL | 243.49º | 0.85% | 0.4% | - |
| HSV(B) | 243.49º | 0.92% | 0.73% | - |
| XYZ | 9.54 | 4.14 | 47.31 | - |
| YUV | 37.6 | 212.31 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 187 | 0.87 | 0.92 | 0 | 0.27 | 243.49 | 0.85 | 0.4 |
| Hex | 19 | F | BB | 57 | 5C | 0 | 1B | F3 | 55 | 28 |
| Octal | 31 | 17 | 273 | 127 | 134 | 0 | 33 | 363 | 125 | 50 |
| Binary | 11001 | 1111 | 10111011 | 1010111 | 1011100 | 0 | 11011 | 11110011 | 1010101 | 101000 |
Color Harmonies of #190FBB
Complementary color
Monochromatic Colors of #190FBB
Black with #190FBB
Text Example
Text Example
White with #190FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FBB; }
p { color: rgb(25,15,187); }
H1.HeaderClassName
{
color: #190FBB;
}
.AnyTagClassName
{
color: #190FBB;
}
</style>
background-color css
<style>
a { background-color: #190FBB; }
a { background-color: rgb(25,15,187); }
div.DivClassName
{
background-color: #190FBB;
}
.BgClassName
{
background-color: #190FBB;
}
</style>
border-color css
<style>
span { border-color: #190FBB; }
span { border-color: rgb(25,15,187); }
td.TdClassName
{
border-color: #190FBB;
}
.TagClassName
{
border-color: #190FBB;
}
</style>