Shades of Blue #191EEF
Tints of Blue #191EEF
RGB
CMYK
RGB Variations
Color information
#191EEF (or 0x191EEF) is known color: Blue. HEX triplet: 19, 1E and EF. RGB value is (25,30,239). Sum of RGB (Red+Green+Blue) = 25+30+239=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #191EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191EEF is #E6E110. Grayscale: #333333. Windows color (decimal): -15130897 or 15670809. OLE color: 15670809.
HSL color Cylindrical-coordinate representation of color #191EEF: hue angle of 238.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #191EEF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 30 | 239 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.06 |
| HSL | 238.6º | 0.87% | 0.52% | - |
| HSV(B) | 238.6º | 0.9% | 0.94% | - |
| XYZ | 16.45 | 7.37 | 82.22 | - |
| YUV | 52.33 | 233.34 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 239 | 0.90 | 0.87 | 0 | 0.06 | 238.6 | 0.87 | 0.52 |
| Hex | 19 | 1E | EF | 5A | 57 | 0 | 6 | EF | 57 | 34 |
| Octal | 31 | 36 | 357 | 132 | 127 | 0 | 6 | 357 | 127 | 64 |
| Binary | 11001 | 11110 | 11101111 | 1011010 | 1010111 | 0 | 110 | 11101111 | 1010111 | 110100 |
Color Harmonies of #191EEF
Complementary color
Monochromatic Colors of #191EEF
Black with #191EEF
Text Example
Text Example
White with #191EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EEF; }
p { color: rgb(25,30,239); }
H1.HeaderClassName
{
color: #191EEF;
}
.AnyTagClassName
{
color: #191EEF;
}
</style>
background-color css
<style>
a { background-color: #191EEF; }
a { background-color: rgb(25,30,239); }
div.DivClassName
{
background-color: #191EEF;
}
.BgClassName
{
background-color: #191EEF;
}
</style>
border-color css
<style>
span { border-color: #191EEF; }
span { border-color: rgb(25,30,239); }
td.TdClassName
{
border-color: #191EEF;
}
.TagClassName
{
border-color: #191EEF;
}
</style>