Shades of Medium Blue #191AD8
Tints of Medium Blue #191AD8
RGB
CMYK
RGB Variations
Color information
#191AD8 (or 0x191AD8) is known color: Medium Blue. HEX triplet: 19, 1A and D8. RGB value is (25,26,216). Sum of RGB (Red+Green+Blue) = 25+26+216=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #191AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191AD8 is #E6E527. Grayscale: #2E2E2E. Windows color (decimal): -15131944 or 14162457. OLE color: 14162457.
HSL color Cylindrical-coordinate representation of color #191AD8: hue angle of 239.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191AD8 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 26 | 216 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.15 |
| HSL | 239.69º | 0.79% | 0.47% | - |
| HSV(B) | 239.69º | 0.88% | 0.85% | - |
| XYZ | 13.16 | 5.9 | 65.41 | - |
| YUV | 47.36 | 223.17 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 216 | 0.88 | 0.88 | 0 | 0.15 | 239.69 | 0.79 | 0.47 |
| Hex | 19 | 1A | D8 | 58 | 58 | 0 | F | F0 | 4F | 2F |
| Octal | 31 | 32 | 330 | 130 | 130 | 0 | 17 | 360 | 117 | 57 |
| Binary | 11001 | 11010 | 11011000 | 1011000 | 1011000 | 0 | 1111 | 11110000 | 1001111 | 101111 |
Color Harmonies of #191AD8
Complementary color
Monochromatic Colors of #191AD8
Black with #191AD8
Text Example
Text Example
White with #191AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191AD8; }
p { color: rgb(25,26,216); }
H1.HeaderClassName
{
color: #191AD8;
}
.AnyTagClassName
{
color: #191AD8;
}
</style>
background-color css
<style>
a { background-color: #191AD8; }
a { background-color: rgb(25,26,216); }
div.DivClassName
{
background-color: #191AD8;
}
.BgClassName
{
background-color: #191AD8;
}
</style>
border-color css
<style>
span { border-color: #191AD8; }
span { border-color: rgb(25,26,216); }
td.TdClassName
{
border-color: #191AD8;
}
.TagClassName
{
border-color: #191AD8;
}
</style>