Shades of Medium Blue #191AD3
Tints of Medium Blue #191AD3
RGB
CMYK
RGB Variations
Color information
#191AD3 (or 0x191AD3) is known color: Medium Blue. HEX triplet: 19, 1A and D3. RGB value is (25,26,211). Sum of RGB (Red+Green+Blue) = 25+26+211=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 211 (82.81% from 255 or 80.53% from 262); Max value from RGB is 211 - color contains mainly: blue. Hex color #191AD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191AD3 is #E6E52C. Grayscale: #2E2E2E. Windows color (decimal): -15131949 or 13834777. OLE color: 13834777.
HSL color Cylindrical-coordinate representation of color #191AD3: hue angle of 239.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191AD3 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 26 | 211 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.17 |
| HSL | 239.68º | 0.79% | 0.46% | - |
| HSV(B) | 239.68º | 0.88% | 0.83% | - |
| XYZ | 12.53 | 5.65 | 62.06 | - |
| YUV | 46.79 | 220.67 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 211 | 0.88 | 0.88 | 0 | 0.17 | 239.68 | 0.79 | 0.46 |
| Hex | 19 | 1A | D3 | 58 | 58 | 0 | 11 | F0 | 4F | 2E |
| Octal | 31 | 32 | 323 | 130 | 130 | 0 | 21 | 360 | 117 | 56 |
| Binary | 11001 | 11010 | 11010011 | 1011000 | 1011000 | 0 | 10001 | 11110000 | 1001111 | 101110 |
Color Harmonies of #191AD3
Complementary color
Monochromatic Colors of #191AD3
Black with #191AD3
Text Example
Text Example
White with #191AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191AD3; }
p { color: rgb(25,26,211); }
H1.HeaderClassName
{
color: #191AD3;
}
.AnyTagClassName
{
color: #191AD3;
}
</style>
background-color css
<style>
a { background-color: #191AD3; }
a { background-color: rgb(25,26,211); }
div.DivClassName
{
background-color: #191AD3;
}
.BgClassName
{
background-color: #191AD3;
}
</style>
border-color css
<style>
span { border-color: #191AD3; }
span { border-color: rgb(25,26,211); }
td.TdClassName
{
border-color: #191AD3;
}
.TagClassName
{
border-color: #191AD3;
}
</style>