Shades of Egyptian Blue #1124AA
Tints of Egyptian Blue #1124AA
RGB
CMYK
RGB Variations
Color information
#1124AA (or 0x1124AA) is known color: Egyptian Blue. HEX triplet: 11, 24 and AA. RGB value is (17,36,170). Sum of RGB (Red+Green+Blue) = 17+36+170=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #1124AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1124AA is #EEDB55. Grayscale: #2D2D2D. Windows color (decimal): -15653718 or 11150353. OLE color: 11150353.
HSL color Cylindrical-coordinate representation of color #1124AA: hue angle of 232.55º 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 #1124AA is Cyan = 0.9, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 36 | 170 | - |
| CMYK | 0.9 | 0.79 | 0 | 0.33 |
| HSL | 232.55º | 0.82% | 0.37% | - |
| HSV(B) | 232.55º | 0.9% | 0.67% | - |
| XYZ | 8.12 | 4.28 | 38.43 | - |
| YUV | 45.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 170 | 0.9 | 0.79 | 0 | 0.33 | 232.55 | 0.82 | 0.37 |
| Hex | 11 | 24 | AA | 5A | 4F | 0 | 21 | E9 | 52 | 25 |
| Octal | 21 | 44 | 252 | 132 | 117 | 0 | 41 | 351 | 122 | 45 |
| Binary | 10001 | 100100 | 10101010 | 1011010 | 1001111 | 0 | 100001 | 11101001 | 1010010 | 100101 |
Color Harmonies of #1124AA
Complementary color
Monochromatic Colors of #1124AA
Black with #1124AA
Text Example
Text Example
White with #1124AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124AA; }
p { color: rgb(17,36,170); }
H1.HeaderClassName
{
color: #1124AA;
}
.AnyTagClassName
{
color: #1124AA;
}
</style>
background-color css
<style>
a { background-color: #1124AA; }
a { background-color: rgb(17,36,170); }
div.DivClassName
{
background-color: #1124AA;
}
.BgClassName
{
background-color: #1124AA;
}
</style>
border-color css
<style>
span { border-color: #1124AA; }
span { border-color: rgb(17,36,170); }
td.TdClassName
{
border-color: #1124AA;
}
.TagClassName
{
border-color: #1124AA;
}
</style>