Shades of Blue #191BEC
Tints of Blue #191BEC
RGB
CMYK
RGB Variations
Color information
#191BEC (or 0x191BEC) is known color: Blue. HEX triplet: 19, 1B and EC. RGB value is (25,27,236). Sum of RGB (Red+Green+Blue) = 25+27+236=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #191BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191BEC is #E6E413. Grayscale: #313131. Windows color (decimal): -15131668 or 15473433. OLE color: 15473433.
HSL color Cylindrical-coordinate representation of color #191BEC: hue angle of 239.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191BEC is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 27 | 236 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.07 |
| HSL | 239.43º | 0.85% | 0.51% | - |
| HSV(B) | 239.43º | 0.89% | 0.93% | - |
| XYZ | 15.93 | 7.05 | 79.88 | - |
| YUV | 50.23 | 232.84 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 236 | 0.89 | 0.89 | 0 | 0.07 | 239.43 | 0.85 | 0.51 |
| Hex | 19 | 1B | EC | 59 | 59 | 0 | 7 | EF | 55 | 33 |
| Octal | 31 | 33 | 354 | 131 | 131 | 0 | 7 | 357 | 125 | 63 |
| Binary | 11001 | 11011 | 11101100 | 1011001 | 1011001 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #191BEC
Complementary color
Monochromatic Colors of #191BEC
Black with #191BEC
Text Example
Text Example
White with #191BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BEC; }
p { color: rgb(25,27,236); }
H1.HeaderClassName
{
color: #191BEC;
}
.AnyTagClassName
{
color: #191BEC;
}
</style>
background-color css
<style>
a { background-color: #191BEC; }
a { background-color: rgb(25,27,236); }
div.DivClassName
{
background-color: #191BEC;
}
.BgClassName
{
background-color: #191BEC;
}
</style>
border-color css
<style>
span { border-color: #191BEC; }
span { border-color: rgb(25,27,236); }
td.TdClassName
{
border-color: #191BEC;
}
.TagClassName
{
border-color: #191BEC;
}
</style>