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