Shades of Blue #191CEC
Tints of Blue #191CEC
RGB
CMYK
RGB Variations
Color information
#191CEC (or 0x191CEC) is known color: Blue. HEX triplet: 19, 1C and EC. RGB value is (25,28,236). Sum of RGB (Red+Green+Blue) = 25+28+236=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #191CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191CEC is #E6E313. Grayscale: #313131. Windows color (decimal): -15131412 or 15473689. OLE color: 15473689.
HSL color Cylindrical-coordinate representation of color #191CEC: hue angle of 239.15º 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 #191CEC is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 28 | 236 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.07 |
| HSL | 239.15º | 0.85% | 0.51% | - |
| HSV(B) | 239.15º | 0.89% | 0.93% | - |
| XYZ | 15.96 | 7.09 | 79.89 | - |
| YUV | 50.82 | 232.51 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 236 | 0.89 | 0.88 | 0 | 0.07 | 239.15 | 0.85 | 0.51 |
| Hex | 19 | 1C | EC | 59 | 58 | 0 | 7 | EF | 55 | 33 |
| Octal | 31 | 34 | 354 | 131 | 130 | 0 | 7 | 357 | 125 | 63 |
| Binary | 11001 | 11100 | 11101100 | 1011001 | 1011000 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #191CEC
Complementary color
Monochromatic Colors of #191CEC
Black with #191CEC
Text Example
Text Example
White with #191CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CEC; }
p { color: rgb(25,28,236); }
H1.HeaderClassName
{
color: #191CEC;
}
.AnyTagClassName
{
color: #191CEC;
}
</style>
background-color css
<style>
a { background-color: #191CEC; }
a { background-color: rgb(25,28,236); }
div.DivClassName
{
background-color: #191CEC;
}
.BgClassName
{
background-color: #191CEC;
}
</style>
border-color css
<style>
span { border-color: #191CEC; }
span { border-color: rgb(25,28,236); }
td.TdClassName
{
border-color: #191CEC;
}
.TagClassName
{
border-color: #191CEC;
}
</style>