Shades of Medium Blue #191ADB
Tints of Medium Blue #191ADB
RGB
CMYK
RGB Variations
Color information
#191ADB (or 0x191ADB) is known color: Medium Blue. HEX triplet: 19, 1A and DB. RGB value is (25,26,219). Sum of RGB (Red+Green+Blue) = 25+26+219=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #191ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ADB is #E6E524. Grayscale: #2E2E2E. Windows color (decimal): -15131941 or 14359065. OLE color: 14359065.
HSL color Cylindrical-coordinate representation of color #191ADB: hue angle of 239.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191ADB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 26 | 219 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.14 |
| HSL | 239.69º | 0.8% | 0.48% | - |
| HSV(B) | 239.69º | 0.89% | 0.86% | - |
| XYZ | 13.56 | 6.06 | 67.47 | - |
| YUV | 47.7 | 224.67 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 219 | 0.89 | 0.88 | 0 | 0.14 | 239.69 | 0.8 | 0.48 |
| Hex | 19 | 1A | DB | 59 | 58 | 0 | E | F0 | 50 | 30 |
| Octal | 31 | 32 | 333 | 131 | 130 | 0 | 16 | 360 | 120 | 60 |
| Binary | 11001 | 11010 | 11011011 | 1011001 | 1011000 | 0 | 1110 | 11110000 | 1010000 | 110000 |
Color Harmonies of #191ADB
Complementary color
Monochromatic Colors of #191ADB
Black with #191ADB
Text Example
Text Example
White with #191ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191ADB; }
p { color: rgb(25,26,219); }
H1.HeaderClassName
{
color: #191ADB;
}
.AnyTagClassName
{
color: #191ADB;
}
</style>
background-color css
<style>
a { background-color: #191ADB; }
a { background-color: rgb(25,26,219); }
div.DivClassName
{
background-color: #191ADB;
}
.BgClassName
{
background-color: #191ADB;
}
</style>
border-color css
<style>
span { border-color: #191ADB; }
span { border-color: rgb(25,26,219); }
td.TdClassName
{
border-color: #191ADB;
}
.TagClassName
{
border-color: #191ADB;
}
</style>