Shades of Egyptian Blue #1122AC
Tints of Egyptian Blue #1122AC
RGB
CMYK
RGB Variations
Color information
#1122AC (or 0x1122AC) is known color: Egyptian Blue. HEX triplet: 11, 22 and AC. RGB value is (17,34,172). Sum of RGB (Red+Green+Blue) = 17+34+172=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #1122AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1122AC is #EEDD53. Grayscale: #2C2C2C. Windows color (decimal): -15654228 or 11280913. OLE color: 11280913.
HSL color Cylindrical-coordinate representation of color #1122AC: hue angle of 233.42º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1122AC is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 34 | 172 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.33 |
| HSL | 233.42º | 0.82% | 0.37% | - |
| HSV(B) | 233.42º | 0.9% | 0.67% | - |
| XYZ | 8.25 | 4.24 | 39.41 | - |
| YUV | 44.65 | 199.87 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 172 | 0.90 | 0.80 | 0 | 0.33 | 233.42 | 0.82 | 0.37 |
| Hex | 11 | 22 | AC | 5A | 50 | 0 | 21 | E9 | 52 | 25 |
| Octal | 21 | 42 | 254 | 132 | 120 | 0 | 41 | 351 | 122 | 45 |
| Binary | 10001 | 100010 | 10101100 | 1011010 | 1010000 | 0 | 100001 | 11101001 | 1010010 | 100101 |
Color Harmonies of #1122AC
Complementary color
Monochromatic Colors of #1122AC
Black with #1122AC
Text Example
Text Example
White with #1122AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122AC; }
p { color: rgb(17,34,172); }
H1.HeaderClassName
{
color: #1122AC;
}
.AnyTagClassName
{
color: #1122AC;
}
</style>
background-color css
<style>
a { background-color: #1122AC; }
a { background-color: rgb(17,34,172); }
div.DivClassName
{
background-color: #1122AC;
}
.BgClassName
{
background-color: #1122AC;
}
</style>
border-color css
<style>
span { border-color: #1122AC; }
span { border-color: rgb(17,34,172); }
td.TdClassName
{
border-color: #1122AC;
}
.TagClassName
{
border-color: #1122AC;
}
</style>