Shades of Egyptian Blue #191BAC
Tints of Egyptian Blue #191BAC
RGB
CMYK
RGB Variations
Color information
#191BAC (or 0x191BAC) is known color: Egyptian Blue. HEX triplet: 19, 1B and AC. RGB value is (25,27,172). Sum of RGB (Red+Green+Blue) = 25+27+172=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #191BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191BAC is #E6E453. Grayscale: #2A2A2A. Windows color (decimal): -15131732 or 11279129. OLE color: 11279129.
HSL color Cylindrical-coordinate representation of color #191BAC: hue angle of 239.18º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191BAC is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 27 | 172 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.33 |
| HSL | 239.18º | 0.75% | 0.39% | - |
| HSV(B) | 239.18º | 0.85% | 0.67% | - |
| XYZ | 8.24 | 3.97 | 39.36 | - |
| YUV | 42.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 172 | 0.85 | 0.84 | 0 | 0.33 | 239.18 | 0.75 | 0.39 |
| Hex | 19 | 1B | AC | 55 | 54 | 0 | 21 | EF | 4B | 27 |
| Octal | 31 | 33 | 254 | 125 | 124 | 0 | 41 | 357 | 113 | 47 |
| Binary | 11001 | 11011 | 10101100 | 1010101 | 1010100 | 0 | 100001 | 11101111 | 1001011 | 100111 |
Color Harmonies of #191BAC
Complementary color
Monochromatic Colors of #191BAC
Black with #191BAC
Text Example
Text Example
White with #191BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BAC; }
p { color: rgb(25,27,172); }
H1.HeaderClassName
{
color: #191BAC;
}
.AnyTagClassName
{
color: #191BAC;
}
</style>
background-color css
<style>
a { background-color: #191BAC; }
a { background-color: rgb(25,27,172); }
div.DivClassName
{
background-color: #191BAC;
}
.BgClassName
{
background-color: #191BAC;
}
</style>
border-color css
<style>
span { border-color: #191BAC; }
span { border-color: rgb(25,27,172); }
td.TdClassName
{
border-color: #191BAC;
}
.TagClassName
{
border-color: #191BAC;
}
</style>