Shades of Egyptian Blue #191BAA
Tints of Egyptian Blue #191BAA
RGB
CMYK
RGB Variations
Color information
#191BAA (or 0x191BAA) is known color: Egyptian Blue. HEX triplet: 19, 1B and AA. RGB value is (25,27,170). Sum of RGB (Red+Green+Blue) = 25+27+170=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #191BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191BAA is #E6E455. Grayscale: #2A2A2A. Windows color (decimal): -15131734 or 11148057. OLE color: 11148057.
HSL color Cylindrical-coordinate representation of color #191BAA: hue angle of 239.17º 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 #191BAA is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 27 | 170 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.33 |
| HSL | 239.17º | 0.74% | 0.38% | - |
| HSV(B) | 239.17º | 0.85% | 0.67% | - |
| XYZ | 8.05 | 3.89 | 38.36 | - |
| YUV | 42.7 | 199.84 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 170 | 0.85 | 0.84 | 0 | 0.33 | 239.17 | 0.74 | 0.38 |
| Hex | 19 | 1B | AA | 55 | 54 | 0 | 21 | EF | 4A | 26 |
| Octal | 31 | 33 | 252 | 125 | 124 | 0 | 41 | 357 | 112 | 46 |
| Binary | 11001 | 11011 | 10101010 | 1010101 | 1010100 | 0 | 100001 | 11101111 | 1001010 | 100110 |
Color Harmonies of #191BAA
Complementary color
Monochromatic Colors of #191BAA
Black with #191BAA
Text Example
Text Example
White with #191BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BAA; }
p { color: rgb(25,27,170); }
H1.HeaderClassName
{
color: #191BAA;
}
.AnyTagClassName
{
color: #191BAA;
}
</style>
background-color css
<style>
a { background-color: #191BAA; }
a { background-color: rgb(25,27,170); }
div.DivClassName
{
background-color: #191BAA;
}
.BgClassName
{
background-color: #191BAA;
}
</style>
border-color css
<style>
span { border-color: #191BAA; }
span { border-color: rgb(25,27,170); }
td.TdClassName
{
border-color: #191BAA;
}
.TagClassName
{
border-color: #191BAA;
}
</style>