Shades of Blue #191BEA
Tints of Blue #191BEA
RGB
CMYK
RGB Variations
Color information
#191BEA (or 0x191BEA) is known color: Blue. HEX triplet: 19, 1B and EA. RGB value is (25,27,234). Sum of RGB (Red+Green+Blue) = 25+27+234=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #191BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191BEA is #E6E415. Grayscale: #313131. Windows color (decimal): -15131670 or 15342361. OLE color: 15342361.
HSL color Cylindrical-coordinate representation of color #191BEA: hue angle of 239.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191BEA is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 27 | 234 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.08 |
| HSL | 239.43º | 0.83% | 0.51% | - |
| HSV(B) | 239.43º | 0.89% | 0.92% | - |
| XYZ | 15.64 | 6.93 | 78.36 | - |
| YUV | 50 | 231.84 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 234 | 0.89 | 0.88 | 0 | 0.08 | 239.43 | 0.83 | 0.51 |
| Hex | 19 | 1B | EA | 59 | 58 | 0 | 8 | EF | 53 | 33 |
| Octal | 31 | 33 | 352 | 131 | 130 | 0 | 10 | 357 | 123 | 63 |
| Binary | 11001 | 11011 | 11101010 | 1011001 | 1011000 | 0 | 1000 | 11101111 | 1010011 | 110011 |
Color Harmonies of #191BEA
Complementary color
Monochromatic Colors of #191BEA
Black with #191BEA
Text Example
Text Example
White with #191BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BEA; }
p { color: rgb(25,27,234); }
H1.HeaderClassName
{
color: #191BEA;
}
.AnyTagClassName
{
color: #191BEA;
}
</style>
background-color css
<style>
a { background-color: #191BEA; }
a { background-color: rgb(25,27,234); }
div.DivClassName
{
background-color: #191BEA;
}
.BgClassName
{
background-color: #191BEA;
}
</style>
border-color css
<style>
span { border-color: #191BEA; }
span { border-color: rgb(25,27,234); }
td.TdClassName
{
border-color: #191BEA;
}
.TagClassName
{
border-color: #191BEA;
}
</style>