Shades of Egyptian Blue #1121AE
Tints of Egyptian Blue #1121AE
RGB
CMYK
RGB Variations
Color information
#1121AE (or 0x1121AE) is known color: Egyptian Blue. HEX triplet: 11, 21 and AE. RGB value is (17,33,174). Sum of RGB (Red+Green+Blue) = 17+33+174=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #1121AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1121AE is #EEDE51. Grayscale: #2B2B2B. Windows color (decimal): -15654482 or 11411729. OLE color: 11411729.
HSL color Cylindrical-coordinate representation of color #1121AE: hue angle of 233.89º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1121AE is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 33 | 174 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.32 |
| HSL | 233.89º | 0.82% | 0.37% | - |
| HSV(B) | 233.89º | 0.9% | 0.68% | - |
| XYZ | 8.42 | 4.26 | 40.42 | - |
| YUV | 44.29 | 201.2 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 174 | 0.90 | 0.81 | 0 | 0.32 | 233.89 | 0.82 | 0.37 |
| Hex | 11 | 21 | AE | 5A | 51 | 0 | 20 | EA | 52 | 25 |
| Octal | 21 | 41 | 256 | 132 | 121 | 0 | 40 | 352 | 122 | 45 |
| Binary | 10001 | 100001 | 10101110 | 1011010 | 1010001 | 0 | 100000 | 11101010 | 1010010 | 100101 |
Color Harmonies of #1121AE
Complementary color
Monochromatic Colors of #1121AE
Black with #1121AE
Text Example
Text Example
White with #1121AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121AE; }
p { color: rgb(17,33,174); }
H1.HeaderClassName
{
color: #1121AE;
}
.AnyTagClassName
{
color: #1121AE;
}
</style>
background-color css
<style>
a { background-color: #1121AE; }
a { background-color: rgb(17,33,174); }
div.DivClassName
{
background-color: #1121AE;
}
.BgClassName
{
background-color: #1121AE;
}
</style>
border-color css
<style>
span { border-color: #1121AE; }
span { border-color: rgb(17,33,174); }
td.TdClassName
{
border-color: #1121AE;
}
.TagClassName
{
border-color: #1121AE;
}
</style>