Shades of Medium Blue #190BC5
Tints of Medium Blue #190BC5
RGB
CMYK
RGB Variations
Color information
#190BC5 (or 0x190BC5) is known color: Medium Blue. HEX triplet: 19, 0B and C5. RGB value is (25,11,197). Sum of RGB (Red+Green+Blue) = 25+11+197=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 197 (77.34% from 255 or 84.55% from 233); Max value from RGB is 197 - color contains mainly: blue. Hex color #190BC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BC5 is #E6F43A. Grayscale: #232323. Windows color (decimal): -15135803 or 12913433. OLE color: 12913433.
HSL color Cylindrical-coordinate representation of color #190BC5: hue angle of 244.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190BC5 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 11 | 197 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.23 |
| HSL | 244.52º | 0.89% | 0.41% | - |
| HSV(B) | 244.52º | 0.94% | 0.77% | - |
| XYZ | 10.6 | 4.48 | 53.13 | - |
| YUV | 36.39 | 218.64 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 197 | 0.87 | 0.94 | 0 | 0.23 | 244.52 | 0.89 | 0.41 |
| Hex | 19 | B | C5 | 57 | 5E | 0 | 17 | F5 | 59 | 29 |
| Octal | 31 | 13 | 305 | 127 | 136 | 0 | 27 | 365 | 131 | 51 |
| Binary | 11001 | 1011 | 11000101 | 1010111 | 1011110 | 0 | 10111 | 11110101 | 1011001 | 101001 |
Color Harmonies of #190BC5
Complementary color
Monochromatic Colors of #190BC5
Black with #190BC5
Text Example
Text Example
White with #190BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190BC5; }
p { color: rgb(25,11,197); }
H1.HeaderClassName
{
color: #190BC5;
}
.AnyTagClassName
{
color: #190BC5;
}
</style>
background-color css
<style>
a { background-color: #190BC5; }
a { background-color: rgb(25,11,197); }
div.DivClassName
{
background-color: #190BC5;
}
.BgClassName
{
background-color: #190BC5;
}
</style>
border-color css
<style>
span { border-color: #190BC5; }
span { border-color: rgb(25,11,197); }
td.TdClassName
{
border-color: #190BC5;
}
.TagClassName
{
border-color: #190BC5;
}
</style>