Shades of Blue #191BEF
Tints of Blue #191BEF
RGB
CMYK
RGB Variations
Color information
#191BEF (or 0x191BEF) is known color: Blue. HEX triplet: 19, 1B and EF. RGB value is (25,27,239). Sum of RGB (Red+Green+Blue) = 25+27+239=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 239 (93.75% from 255 or 82.13% from 291); Max value from RGB is 239 - color contains mainly: blue. Hex color #191BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191BEF is #E6E410. Grayscale: #313131. Windows color (decimal): -15131665 or 15670041. OLE color: 15670041.
HSL color Cylindrical-coordinate representation of color #191BEF: hue angle of 239.44º 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 #191BEF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 27 | 239 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.06 |
| HSL | 239.44º | 0.87% | 0.52% | - |
| HSV(B) | 239.44º | 0.9% | 0.94% | - |
| XYZ | 16.37 | 7.22 | 82.19 | - |
| YUV | 50.57 | 234.34 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 239 | 0.90 | 0.89 | 0 | 0.06 | 239.44 | 0.87 | 0.52 |
| Hex | 19 | 1B | EF | 5A | 59 | 0 | 6 | EF | 57 | 34 |
| Octal | 31 | 33 | 357 | 132 | 131 | 0 | 6 | 357 | 127 | 64 |
| Binary | 11001 | 11011 | 11101111 | 1011010 | 1011001 | 0 | 110 | 11101111 | 1010111 | 110100 |
Color Harmonies of #191BEF
Complementary color
Monochromatic Colors of #191BEF
Black with #191BEF
Text Example
Text Example
White with #191BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BEF; }
p { color: rgb(25,27,239); }
H1.HeaderClassName
{
color: #191BEF;
}
.AnyTagClassName
{
color: #191BEF;
}
</style>
background-color css
<style>
a { background-color: #191BEF; }
a { background-color: rgb(25,27,239); }
div.DivClassName
{
background-color: #191BEF;
}
.BgClassName
{
background-color: #191BEF;
}
</style>
border-color css
<style>
span { border-color: #191BEF; }
span { border-color: rgb(25,27,239); }
td.TdClassName
{
border-color: #191BEF;
}
.TagClassName
{
border-color: #191BEF;
}
</style>