Shades of Egyptian Blue #1922AB
Tints of Egyptian Blue #1922AB
RGB
CMYK
RGB Variations
Color information
#1922AB (or 0x1922AB) is known color: Egyptian Blue. HEX triplet: 19, 22 and AB. RGB value is (25,34,171). Sum of RGB (Red+Green+Blue) = 25+34+171=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #1922AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1922AB is #E6DD54. Grayscale: #2E2E2E. Windows color (decimal): -15129941 or 11215385. OLE color: 11215385.
HSL color Cylindrical-coordinate representation of color #1922AB: hue angle of 236.3º 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 #1922AB is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 34 | 171 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.33 |
| HSL | 236.3º | 0.74% | 0.38% | - |
| HSV(B) | 236.3º | 0.85% | 0.67% | - |
| XYZ | 8.32 | 4.29 | 38.92 | - |
| YUV | 46.93 | 198.02 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 171 | 0.85 | 0.80 | 0 | 0.33 | 236.3 | 0.74 | 0.38 |
| Hex | 19 | 22 | AB | 55 | 50 | 0 | 21 | EC | 4A | 26 |
| Octal | 31 | 42 | 253 | 125 | 120 | 0 | 41 | 354 | 112 | 46 |
| Binary | 11001 | 100010 | 10101011 | 1010101 | 1010000 | 0 | 100001 | 11101100 | 1001010 | 100110 |
Color Harmonies of #1922AB
Complementary color
Monochromatic Colors of #1922AB
Black with #1922AB
Text Example
Text Example
White with #1922AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1922AB; }
p { color: rgb(25,34,171); }
H1.HeaderClassName
{
color: #1922AB;
}
.AnyTagClassName
{
color: #1922AB;
}
</style>
background-color css
<style>
a { background-color: #1922AB; }
a { background-color: rgb(25,34,171); }
div.DivClassName
{
background-color: #1922AB;
}
.BgClassName
{
background-color: #1922AB;
}
</style>
border-color css
<style>
span { border-color: #1922AB; }
span { border-color: rgb(25,34,171); }
td.TdClassName
{
border-color: #1922AB;
}
.TagClassName
{
border-color: #1922AB;
}
</style>