Shades of Medium Blue #190AB7
Tints of Medium Blue #190AB7
RGB
CMYK
RGB Variations
Color information
#190AB7 (or 0x190AB7) is known color: Medium Blue. HEX triplet: 19, 0A and B7. RGB value is (25,10,183). Sum of RGB (Red+Green+Blue) = 25+10+183=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 183 (71.88% from 255 or 83.94% from 218); Max value from RGB is 183 - color contains mainly: blue. Hex color #190AB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190AB7 is #E6F548. Grayscale: #212121. Windows color (decimal): -15136073 or 11995673. OLE color: 11995673.
HSL color Cylindrical-coordinate representation of color #190AB7: hue angle of 245.2º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190AB7 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 10 | 183 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.28 |
| HSL | 245.2º | 0.9% | 0.38% | - |
| HSV(B) | 245.2º | 0.95% | 0.72% | - |
| XYZ | 9.06 | 3.84 | 45.06 | - |
| YUV | 34.21 | 211.97 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 183 | 0.86 | 0.95 | 0 | 0.28 | 245.2 | 0.9 | 0.38 |
| Hex | 19 | A | B7 | 56 | 5F | 0 | 1C | F5 | 5A | 26 |
| Octal | 31 | 12 | 267 | 126 | 137 | 0 | 34 | 365 | 132 | 46 |
| Binary | 11001 | 1010 | 10110111 | 1010110 | 1011111 | 0 | 11100 | 11110101 | 1011010 | 100110 |
Color Harmonies of #190AB7
Complementary color
Monochromatic Colors of #190AB7
Black with #190AB7
Text Example
Text Example
White with #190AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190AB7; }
p { color: rgb(25,10,183); }
H1.HeaderClassName
{
color: #190AB7;
}
.AnyTagClassName
{
color: #190AB7;
}
</style>
background-color css
<style>
a { background-color: #190AB7; }
a { background-color: rgb(25,10,183); }
div.DivClassName
{
background-color: #190AB7;
}
.BgClassName
{
background-color: #190AB7;
}
</style>
border-color css
<style>
span { border-color: #190AB7; }
span { border-color: rgb(25,10,183); }
td.TdClassName
{
border-color: #190AB7;
}
.TagClassName
{
border-color: #190AB7;
}
</style>