Shades of Blue #191BED
Tints of Blue #191BED
RGB
CMYK
RGB Variations
Color information
#191BED (or 0x191BED) is known color: Blue. HEX triplet: 19, 1B and ED. RGB value is (25,27,237). Sum of RGB (Red+Green+Blue) = 25+27+237=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #191BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191BED is #E6E412. Grayscale: #313131. Windows color (decimal): -15131667 or 15538969. OLE color: 15538969.
HSL color Cylindrical-coordinate representation of color #191BED: 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 #191BED is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 27 | 237 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.07 |
| HSL | 239.43º | 0.85% | 0.51% | - |
| HSV(B) | 239.43º | 0.89% | 0.93% | - |
| XYZ | 16.08 | 7.1 | 80.64 | - |
| YUV | 50.34 | 233.34 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 237 | 0.89 | 0.89 | 0 | 0.07 | 239.43 | 0.85 | 0.51 |
| Hex | 19 | 1B | ED | 59 | 59 | 0 | 7 | EF | 55 | 33 |
| Octal | 31 | 33 | 355 | 131 | 131 | 0 | 7 | 357 | 125 | 63 |
| Binary | 11001 | 11011 | 11101101 | 1011001 | 1011001 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #191BED
Complementary color
Monochromatic Colors of #191BED
Black with #191BED
Text Example
Text Example
White with #191BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BED; }
p { color: rgb(25,27,237); }
H1.HeaderClassName
{
color: #191BED;
}
.AnyTagClassName
{
color: #191BED;
}
</style>
background-color css
<style>
a { background-color: #191BED; }
a { background-color: rgb(25,27,237); }
div.DivClassName
{
background-color: #191BED;
}
.BgClassName
{
background-color: #191BED;
}
</style>
border-color css
<style>
span { border-color: #191BED; }
span { border-color: rgb(25,27,237); }
td.TdClassName
{
border-color: #191BED;
}
.TagClassName
{
border-color: #191BED;
}
</style>