Shades of Medium Blue #191FDF
Tints of Medium Blue #191FDF
RGB
CMYK
RGB Variations
Color information
#191FDF (or 0x191FDF) is known color: Medium Blue. HEX triplet: 19, 1F and DF. RGB value is (25,31,223). Sum of RGB (Red+Green+Blue) = 25+31+223=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #191FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FDF is #E6E020. Grayscale: #323232. Windows color (decimal): -15130657 or 14622489. OLE color: 14622489.
HSL color Cylindrical-coordinate representation of color #191FDF: hue angle of 238.18º 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 #191FDF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 31 | 223 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.13 |
| HSL | 238.18º | 0.8% | 0.49% | - |
| HSV(B) | 238.18º | 0.89% | 0.87% | - |
| XYZ | 14.21 | 6.51 | 70.32 | - |
| YUV | 51.09 | 225.01 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 223 | 0.89 | 0.86 | 0 | 0.13 | 238.18 | 0.8 | 0.49 |
| Hex | 19 | 1F | DF | 59 | 56 | 0 | D | EE | 50 | 31 |
| Octal | 31 | 37 | 337 | 131 | 126 | 0 | 15 | 356 | 120 | 61 |
| Binary | 11001 | 11111 | 11011111 | 1011001 | 1010110 | 0 | 1101 | 11101110 | 1010000 | 110001 |
Color Harmonies of #191FDF
Complementary color
Monochromatic Colors of #191FDF
Black with #191FDF
Text Example
Text Example
White with #191FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FDF; }
p { color: rgb(25,31,223); }
H1.HeaderClassName
{
color: #191FDF;
}
.AnyTagClassName
{
color: #191FDF;
}
</style>
background-color css
<style>
a { background-color: #191FDF; }
a { background-color: rgb(25,31,223); }
div.DivClassName
{
background-color: #191FDF;
}
.BgClassName
{
background-color: #191FDF;
}
</style>
border-color css
<style>
span { border-color: #191FDF; }
span { border-color: rgb(25,31,223); }
td.TdClassName
{
border-color: #191FDF;
}
.TagClassName
{
border-color: #191FDF;
}
</style>