Shades of Medium Blue #191BDF
Tints of Medium Blue #191BDF
RGB
CMYK
RGB Variations
Color information
#191BDF (or 0x191BDF) is known color: Medium Blue. HEX triplet: 19, 1B and DF. RGB value is (25,27,223). Sum of RGB (Red+Green+Blue) = 25+27+223=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #191BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BDF is #E6E420. Grayscale: #2F2F2F. Windows color (decimal): -15131681 or 14621465. OLE color: 14621465.
HSL color Cylindrical-coordinate representation of color #191BDF: hue angle of 239.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191BDF is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 27 | 223 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.13 |
| HSL | 239.39º | 0.8% | 0.49% | - |
| HSV(B) | 239.39º | 0.89% | 0.87% | - |
| XYZ | 14.11 | 6.32 | 70.29 | - |
| YUV | 48.75 | 226.34 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 223 | 0.89 | 0.88 | 0 | 0.13 | 239.39 | 0.8 | 0.49 |
| Hex | 19 | 1B | DF | 59 | 58 | 0 | D | EF | 50 | 31 |
| Octal | 31 | 33 | 337 | 131 | 130 | 0 | 15 | 357 | 120 | 61 |
| Binary | 11001 | 11011 | 11011111 | 1011001 | 1011000 | 0 | 1101 | 11101111 | 1010000 | 110001 |
Color Harmonies of #191BDF
Complementary color
Monochromatic Colors of #191BDF
Black with #191BDF
Text Example
Text Example
White with #191BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BDF; }
p { color: rgb(25,27,223); }
H1.HeaderClassName
{
color: #191BDF;
}
.AnyTagClassName
{
color: #191BDF;
}
</style>
background-color css
<style>
a { background-color: #191BDF; }
a { background-color: rgb(25,27,223); }
div.DivClassName
{
background-color: #191BDF;
}
.BgClassName
{
background-color: #191BDF;
}
</style>
border-color css
<style>
span { border-color: #191BDF; }
span { border-color: rgb(25,27,223); }
td.TdClassName
{
border-color: #191BDF;
}
.TagClassName
{
border-color: #191BDF;
}
</style>