Shades of Medium Blue #190DDF
Tints of Medium Blue #190DDF
RGB
CMYK
RGB Variations
Color information
#190DDF (or 0x190DDF) is known color: Medium Blue. HEX triplet: 19, 0D and DF. RGB value is (25,13,223). Sum of RGB (Red+Green+Blue) = 25+13+223=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #190DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DDF is #E6F220. Grayscale: #272727. Windows color (decimal): -15135265 or 14617881. OLE color: 14617881.
HSL color Cylindrical-coordinate representation of color #190DDF: hue angle of 243.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190DDF is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 13 | 223 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.13 |
| HSL | 243.43º | 0.89% | 0.46% | - |
| HSV(B) | 243.43º | 0.94% | 0.87% | - |
| XYZ | 13.86 | 5.82 | 70.21 | - |
| YUV | 40.53 | 230.98 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 223 | 0.89 | 0.94 | 0 | 0.13 | 243.43 | 0.89 | 0.46 |
| Hex | 19 | D | DF | 59 | 5E | 0 | D | F3 | 59 | 2E |
| Octal | 31 | 15 | 337 | 131 | 136 | 0 | 15 | 363 | 131 | 56 |
| Binary | 11001 | 1101 | 11011111 | 1011001 | 1011110 | 0 | 1101 | 11110011 | 1011001 | 101110 |
Color Harmonies of #190DDF
Complementary color
Monochromatic Colors of #190DDF
Black with #190DDF
Text Example
Text Example
White with #190DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190DDF; }
p { color: rgb(25,13,223); }
H1.HeaderClassName
{
color: #190DDF;
}
.AnyTagClassName
{
color: #190DDF;
}
</style>
background-color css
<style>
a { background-color: #190DDF; }
a { background-color: rgb(25,13,223); }
div.DivClassName
{
background-color: #190DDF;
}
.BgClassName
{
background-color: #190DDF;
}
</style>
border-color css
<style>
span { border-color: #190DDF; }
span { border-color: rgb(25,13,223); }
td.TdClassName
{
border-color: #190DDF;
}
.TagClassName
{
border-color: #190DDF;
}
</style>