Shades of Medium Blue #190DBF
Tints of Medium Blue #190DBF
RGB
CMYK
RGB Variations
Color information
#190DBF (or 0x190DBF) is known color: Medium Blue. HEX triplet: 19, 0D and BF. RGB value is (25,13,191). Sum of RGB (Red+Green+Blue) = 25+13+191=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 191 (75% from 255 or 83.41% from 229); Max value from RGB is 191 - color contains mainly: blue. Hex color #190DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DBF is #E6F240. Grayscale: #242424. Windows color (decimal): -15135297 or 12520729. OLE color: 12520729.
HSL color Cylindrical-coordinate representation of color #190DBF: hue angle of 244.04º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190DBF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 13 | 191 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.25 |
| HSL | 244.04º | 0.87% | 0.4% | - |
| HSV(B) | 244.04º | 0.93% | 0.75% | - |
| XYZ | 9.95 | 4.26 | 49.59 | - |
| YUV | 36.88 | 214.98 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 191 | 0.87 | 0.93 | 0 | 0.25 | 244.04 | 0.87 | 0.4 |
| Hex | 19 | D | BF | 57 | 5D | 0 | 19 | F4 | 57 | 28 |
| Octal | 31 | 15 | 277 | 127 | 135 | 0 | 31 | 364 | 127 | 50 |
| Binary | 11001 | 1101 | 10111111 | 1010111 | 1011101 | 0 | 11001 | 11110100 | 1010111 | 101000 |
Color Harmonies of #190DBF
Complementary color
Monochromatic Colors of #190DBF
Black with #190DBF
Text Example
Text Example
White with #190DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190DBF; }
p { color: rgb(25,13,191); }
H1.HeaderClassName
{
color: #190DBF;
}
.AnyTagClassName
{
color: #190DBF;
}
</style>
background-color css
<style>
a { background-color: #190DBF; }
a { background-color: rgb(25,13,191); }
div.DivClassName
{
background-color: #190DBF;
}
.BgClassName
{
background-color: #190DBF;
}
</style>
border-color css
<style>
span { border-color: #190DBF; }
span { border-color: rgb(25,13,191); }
td.TdClassName
{
border-color: #190DBF;
}
.TagClassName
{
border-color: #190DBF;
}
</style>