Shades of Medium Blue #190FD3
Tints of Medium Blue #190FD3
RGB
CMYK
RGB Variations
Color information
#190FD3 (or 0x190FD3) is known color: Medium Blue. HEX triplet: 19, 0F and D3. RGB value is (25,15,211). Sum of RGB (Red+Green+Blue) = 25+15+211=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 211 (82.81% from 255 or 84.06% from 251); Max value from RGB is 211 - color contains mainly: blue. Hex color #190FD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FD3 is #E6F02C. Grayscale: #272727. Windows color (decimal): -15134765 or 13831961. OLE color: 13831961.
HSL color Cylindrical-coordinate representation of color #190FD3: hue angle of 243.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190FD3 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 15 | 211 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.17 |
| HSL | 243.06º | 0.87% | 0.44% | - |
| HSV(B) | 243.06º | 0.93% | 0.83% | - |
| XYZ | 12.33 | 5.25 | 61.99 | - |
| YUV | 40.33 | 224.31 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 211 | 0.88 | 0.93 | 0 | 0.17 | 243.06 | 0.87 | 0.44 |
| Hex | 19 | F | D3 | 58 | 5D | 0 | 11 | F3 | 57 | 2C |
| Octal | 31 | 17 | 323 | 130 | 135 | 0 | 21 | 363 | 127 | 54 |
| Binary | 11001 | 1111 | 11010011 | 1011000 | 1011101 | 0 | 10001 | 11110011 | 1010111 | 101100 |
Color Harmonies of #190FD3
Complementary color
Monochromatic Colors of #190FD3
Black with #190FD3
Text Example
Text Example
White with #190FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FD3; }
p { color: rgb(25,15,211); }
H1.HeaderClassName
{
color: #190FD3;
}
.AnyTagClassName
{
color: #190FD3;
}
</style>
background-color css
<style>
a { background-color: #190FD3; }
a { background-color: rgb(25,15,211); }
div.DivClassName
{
background-color: #190FD3;
}
.BgClassName
{
background-color: #190FD3;
}
</style>
border-color css
<style>
span { border-color: #190FD3; }
span { border-color: rgb(25,15,211); }
td.TdClassName
{
border-color: #190FD3;
}
.TagClassName
{
border-color: #190FD3;
}
</style>