Shades of Medium Blue #191BCD
Tints of Medium Blue #191BCD
RGB
CMYK
RGB Variations
Color information
#191BCD (or 0x191BCD) is known color: Medium Blue. HEX triplet: 19, 1B and CD. RGB value is (25,27,205). Sum of RGB (Red+Green+Blue) = 25+27+205=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #191BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BCD is #E6E432. Grayscale: #2D2D2D. Windows color (decimal): -15131699 or 13441817. OLE color: 13441817.
HSL color Cylindrical-coordinate representation of color #191BCD: hue angle of 239.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191BCD is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 27 | 205 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.20 |
| HSL | 239.33º | 0.78% | 0.45% | - |
| HSV(B) | 239.33º | 0.88% | 0.8% | - |
| XYZ | 11.81 | 5.4 | 58.18 | - |
| YUV | 46.69 | 217.34 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 205 | 0.88 | 0.87 | 0 | 0.20 | 239.33 | 0.78 | 0.45 |
| Hex | 19 | 1B | CD | 58 | 57 | 0 | 14 | EF | 4E | 2D |
| Octal | 31 | 33 | 315 | 130 | 127 | 0 | 24 | 357 | 116 | 55 |
| Binary | 11001 | 11011 | 11001101 | 1011000 | 1010111 | 0 | 10100 | 11101111 | 1001110 | 101101 |
Color Harmonies of #191BCD
Complementary color
Monochromatic Colors of #191BCD
Black with #191BCD
Text Example
Text Example
White with #191BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BCD; }
p { color: rgb(25,27,205); }
H1.HeaderClassName
{
color: #191BCD;
}
.AnyTagClassName
{
color: #191BCD;
}
</style>
background-color css
<style>
a { background-color: #191BCD; }
a { background-color: rgb(25,27,205); }
div.DivClassName
{
background-color: #191BCD;
}
.BgClassName
{
background-color: #191BCD;
}
</style>
border-color css
<style>
span { border-color: #191BCD; }
span { border-color: rgb(25,27,205); }
td.TdClassName
{
border-color: #191BCD;
}
.TagClassName
{
border-color: #191BCD;
}
</style>