Shades of Medium Blue #190BDD
Tints of Medium Blue #190BDD
RGB
CMYK
RGB Variations
Color information
#190BDD (or 0x190BDD) is known color: Medium Blue. HEX triplet: 19, 0B and DD. RGB value is (25,11,221). Sum of RGB (Red+Green+Blue) = 25+11+221=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #190BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BDD is #E6F422. Grayscale: #262626. Windows color (decimal): -15135779 or 14486297. OLE color: 14486297.
HSL color Cylindrical-coordinate representation of color #190BDD: hue angle of 244º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190BDD is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 11 | 221 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.13 |
| HSL | 244º | 0.91% | 0.45% | - |
| HSV(B) | 244º | 0.95% | 0.87% | - |
| XYZ | 13.57 | 5.67 | 68.79 | - |
| YUV | 39.13 | 230.64 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 221 | 0.89 | 0.95 | 0 | 0.13 | 244 | 0.91 | 0.45 |
| Hex | 19 | B | DD | 59 | 5F | 0 | D | F4 | 5B | 2D |
| Octal | 31 | 13 | 335 | 131 | 137 | 0 | 15 | 364 | 133 | 55 |
| Binary | 11001 | 1011 | 11011101 | 1011001 | 1011111 | 0 | 1101 | 11110100 | 1011011 | 101101 |
Color Harmonies of #190BDD
Complementary color
Monochromatic Colors of #190BDD
Black with #190BDD
Text Example
Text Example
White with #190BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190BDD; }
p { color: rgb(25,11,221); }
H1.HeaderClassName
{
color: #190BDD;
}
.AnyTagClassName
{
color: #190BDD;
}
</style>
background-color css
<style>
a { background-color: #190BDD; }
a { background-color: rgb(25,11,221); }
div.DivClassName
{
background-color: #190BDD;
}
.BgClassName
{
background-color: #190BDD;
}
</style>
border-color css
<style>
span { border-color: #190BDD; }
span { border-color: rgb(25,11,221); }
td.TdClassName
{
border-color: #190BDD;
}
.TagClassName
{
border-color: #190BDD;
}
</style>