Shades of Medium Blue #190CBA
Tints of Medium Blue #190CBA
RGB
CMYK
RGB Variations
Color information
#190CBA (or 0x190CBA) is known color: Medium Blue. HEX triplet: 19, 0C and BA. RGB value is (25,12,186). Sum of RGB (Red+Green+Blue) = 25+12+186=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #190CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CBA is #E6F345. Grayscale: #232323. Windows color (decimal): -15135558 or 12192793. OLE color: 12192793.
HSL color Cylindrical-coordinate representation of color #190CBA: hue angle of 244.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190CBA is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 12 | 186 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.27 |
| HSL | 244.48º | 0.88% | 0.39% | - |
| HSV(B) | 244.48º | 0.94% | 0.73% | - |
| XYZ | 9.4 | 4.01 | 46.73 | - |
| YUV | 35.72 | 212.81 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 186 | 0.87 | 0.94 | 0 | 0.27 | 244.48 | 0.88 | 0.39 |
| Hex | 19 | C | BA | 57 | 5E | 0 | 1B | F4 | 58 | 27 |
| Octal | 31 | 14 | 272 | 127 | 136 | 0 | 33 | 364 | 130 | 47 |
| Binary | 11001 | 1100 | 10111010 | 1010111 | 1011110 | 0 | 11011 | 11110100 | 1011000 | 100111 |
Color Harmonies of #190CBA
Complementary color
Monochromatic Colors of #190CBA
Black with #190CBA
Text Example
Text Example
White with #190CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190CBA; }
p { color: rgb(25,12,186); }
H1.HeaderClassName
{
color: #190CBA;
}
.AnyTagClassName
{
color: #190CBA;
}
</style>
background-color css
<style>
a { background-color: #190CBA; }
a { background-color: rgb(25,12,186); }
div.DivClassName
{
background-color: #190CBA;
}
.BgClassName
{
background-color: #190CBA;
}
</style>
border-color css
<style>
span { border-color: #190CBA; }
span { border-color: rgb(25,12,186); }
td.TdClassName
{
border-color: #190CBA;
}
.TagClassName
{
border-color: #190CBA;
}
</style>