Shades of Medium Blue #190ADF
Tints of Medium Blue #190ADF
RGB
CMYK
RGB Variations
Color information
#190ADF (or 0x190ADF) is known color: Medium Blue. HEX triplet: 19, 0A and DF. RGB value is (25,10,223). Sum of RGB (Red+Green+Blue) = 25+10+223=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #190ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ADF is #E6F520. Grayscale: #252525. Windows color (decimal): -15136033 or 14617113. OLE color: 14617113.
HSL color Cylindrical-coordinate representation of color #190ADF: hue angle of 244.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190ADF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 10 | 223 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.13 |
| HSL | 244.23º | 0.91% | 0.46% | - |
| HSV(B) | 244.23º | 0.96% | 0.87% | - |
| XYZ | 13.83 | 5.75 | 70.19 | - |
| YUV | 38.77 | 231.97 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 223 | 0.89 | 0.96 | 0 | 0.13 | 244.23 | 0.91 | 0.46 |
| Hex | 19 | A | DF | 59 | 60 | 0 | D | F4 | 5B | 2E |
| Octal | 31 | 12 | 337 | 131 | 140 | 0 | 15 | 364 | 133 | 56 |
| Binary | 11001 | 1010 | 11011111 | 1011001 | 1100000 | 0 | 1101 | 11110100 | 1011011 | 101110 |
Color Harmonies of #190ADF
Complementary color
Monochromatic Colors of #190ADF
Black with #190ADF
Text Example
Text Example
White with #190ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190ADF; }
p { color: rgb(25,10,223); }
H1.HeaderClassName
{
color: #190ADF;
}
.AnyTagClassName
{
color: #190ADF;
}
</style>
background-color css
<style>
a { background-color: #190ADF; }
a { background-color: rgb(25,10,223); }
div.DivClassName
{
background-color: #190ADF;
}
.BgClassName
{
background-color: #190ADF;
}
</style>
border-color css
<style>
span { border-color: #190ADF; }
span { border-color: rgb(25,10,223); }
td.TdClassName
{
border-color: #190ADF;
}
.TagClassName
{
border-color: #190ADF;
}
</style>