Shades of Egyptian Blue #191BAB
Tints of Egyptian Blue #191BAB
RGB
CMYK
RGB Variations
Color information
#191BAB (or 0x191BAB) is known color: Egyptian Blue. HEX triplet: 19, 1B and AB. RGB value is (25,27,171). Sum of RGB (Red+Green+Blue) = 25+27+171=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #191BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191BAB is #E6E454. Grayscale: #2A2A2A. Windows color (decimal): -15131733 or 11213593. OLE color: 11213593.
HSL color Cylindrical-coordinate representation of color #191BAB: hue angle of 239.18º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191BAB is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 27 | 171 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.33 |
| HSL | 239.18º | 0.74% | 0.38% | - |
| HSV(B) | 239.18º | 0.85% | 0.67% | - |
| XYZ | 8.14 | 3.93 | 38.86 | - |
| YUV | 42.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 171 | 0.85 | 0.84 | 0 | 0.33 | 239.18 | 0.74 | 0.38 |
| Hex | 19 | 1B | AB | 55 | 54 | 0 | 21 | EF | 4A | 26 |
| Octal | 31 | 33 | 253 | 125 | 124 | 0 | 41 | 357 | 112 | 46 |
| Binary | 11001 | 11011 | 10101011 | 1010101 | 1010100 | 0 | 100001 | 11101111 | 1001010 | 100110 |
Color Harmonies of #191BAB
Complementary color
Monochromatic Colors of #191BAB
Black with #191BAB
Text Example
Text Example
White with #191BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BAB; }
p { color: rgb(25,27,171); }
H1.HeaderClassName
{
color: #191BAB;
}
.AnyTagClassName
{
color: #191BAB;
}
</style>
background-color css
<style>
a { background-color: #191BAB; }
a { background-color: rgb(25,27,171); }
div.DivClassName
{
background-color: #191BAB;
}
.BgClassName
{
background-color: #191BAB;
}
</style>
border-color css
<style>
span { border-color: #191BAB; }
span { border-color: rgb(25,27,171); }
td.TdClassName
{
border-color: #191BAB;
}
.TagClassName
{
border-color: #191BAB;
}
</style>