Shades of Medium Blue #190FDA
Tints of Medium Blue #190FDA
RGB
CMYK
RGB Variations
Color information
#190FDA (or 0x190FDA) is known color: Medium Blue. HEX triplet: 19, 0F and DA. RGB value is (25,15,218). Sum of RGB (Red+Green+Blue) = 25+15+218=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 218 (85.55% from 255 or 84.50% from 258); Max value from RGB is 218 - color contains mainly: blue. Hex color #190FDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FDA is #E6F025. Grayscale: #282828. Windows color (decimal): -15134758 or 14290713. OLE color: 14290713.
HSL color Cylindrical-coordinate representation of color #190FDA: hue angle of 242.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190FDA is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 15 | 218 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.15 |
| HSL | 242.96º | 0.87% | 0.46% | - |
| HSV(B) | 242.96º | 0.93% | 0.85% | - |
| XYZ | 13.23 | 5.61 | 66.72 | - |
| YUV | 41.13 | 227.81 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 218 | 0.89 | 0.93 | 0 | 0.15 | 242.96 | 0.87 | 0.46 |
| Hex | 19 | F | DA | 59 | 5D | 0 | F | F3 | 57 | 2E |
| Octal | 31 | 17 | 332 | 131 | 135 | 0 | 17 | 363 | 127 | 56 |
| Binary | 11001 | 1111 | 11011010 | 1011001 | 1011101 | 0 | 1111 | 11110011 | 1010111 | 101110 |
Color Harmonies of #190FDA
Complementary color
Monochromatic Colors of #190FDA
Black with #190FDA
Text Example
Text Example
White with #190FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FDA; }
p { color: rgb(25,15,218); }
H1.HeaderClassName
{
color: #190FDA;
}
.AnyTagClassName
{
color: #190FDA;
}
</style>
background-color css
<style>
a { background-color: #190FDA; }
a { background-color: rgb(25,15,218); }
div.DivClassName
{
background-color: #190FDA;
}
.BgClassName
{
background-color: #190FDA;
}
</style>
border-color css
<style>
span { border-color: #190FDA; }
span { border-color: rgb(25,15,218); }
td.TdClassName
{
border-color: #190FDA;
}
.TagClassName
{
border-color: #190FDA;
}
</style>