Shades of Egyptian Blue #191AB1
Tints of Egyptian Blue #191AB1
RGB
CMYK
RGB Variations
Color information
#191AB1 (or 0x191AB1) is known color: Egyptian Blue. HEX triplet: 19, 1A and B1. RGB value is (25,26,177). Sum of RGB (Red+Green+Blue) = 25+26+177=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 177 (69.53% from 255 or 77.63% from 228); Max value from RGB is 177 - color contains mainly: blue. Hex color #191AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191AB1 is #E6E54E. Grayscale: #2A2A2A. Windows color (decimal): -15131983 or 11606553. OLE color: 11606553.
HSL color Cylindrical-coordinate representation of color #191AB1: hue angle of 239.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191AB1 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 26 | 177 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.31 |
| HSL | 239.61º | 0.75% | 0.4% | - |
| HSV(B) | 239.61º | 0.86% | 0.69% | - |
| XYZ | 8.71 | 4.12 | 41.93 | - |
| YUV | 42.92 | 203.67 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 177 | 0.86 | 0.85 | 0 | 0.31 | 239.61 | 0.75 | 0.4 |
| Hex | 19 | 1A | B1 | 56 | 55 | 0 | 1F | F0 | 4B | 28 |
| Octal | 31 | 32 | 261 | 126 | 125 | 0 | 37 | 360 | 113 | 50 |
| Binary | 11001 | 11010 | 10110001 | 1010110 | 1010101 | 0 | 11111 | 11110000 | 1001011 | 101000 |
Color Harmonies of #191AB1
Complementary color
Monochromatic Colors of #191AB1
Black with #191AB1
Text Example
Text Example
White with #191AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191AB1; }
p { color: rgb(25,26,177); }
H1.HeaderClassName
{
color: #191AB1;
}
.AnyTagClassName
{
color: #191AB1;
}
</style>
background-color css
<style>
a { background-color: #191AB1; }
a { background-color: rgb(25,26,177); }
div.DivClassName
{
background-color: #191AB1;
}
.BgClassName
{
background-color: #191AB1;
}
</style>
border-color css
<style>
span { border-color: #191AB1; }
span { border-color: rgb(25,26,177); }
td.TdClassName
{
border-color: #191AB1;
}
.TagClassName
{
border-color: #191AB1;
}
</style>