Shades of Egyptian Blue #1128AE
Tints of Egyptian Blue #1128AE
RGB
CMYK
RGB Variations
Color information
#1128AE (or 0x1128AE) is known color: Egyptian Blue. HEX triplet: 11, 28 and AE. RGB value is (17,40,174). Sum of RGB (Red+Green+Blue) = 17+40+174=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #1128AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1128AE is #EED751. Grayscale: #2F2F2F. Windows color (decimal): -15652690 or 11413521. OLE color: 11413521.
HSL color Cylindrical-coordinate representation of color #1128AE: hue angle of 231.21º 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 #1128AE is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 40 | 174 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.32 |
| HSL | 231.21º | 0.82% | 0.37% | - |
| HSV(B) | 231.21º | 0.9% | 0.68% | - |
| XYZ | 8.63 | 4.69 | 40.5 | - |
| YUV | 48.4 | 198.88 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 174 | 0.90 | 0.77 | 0 | 0.32 | 231.21 | 0.82 | 0.37 |
| Hex | 11 | 28 | AE | 5A | 4D | 0 | 20 | E7 | 52 | 25 |
| Octal | 21 | 50 | 256 | 132 | 115 | 0 | 40 | 347 | 122 | 45 |
| Binary | 10001 | 101000 | 10101110 | 1011010 | 1001101 | 0 | 100000 | 11100111 | 1010010 | 100101 |
Color Harmonies of #1128AE
Complementary color
Monochromatic Colors of #1128AE
Black with #1128AE
Text Example
Text Example
White with #1128AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128AE; }
p { color: rgb(17,40,174); }
H1.HeaderClassName
{
color: #1128AE;
}
.AnyTagClassName
{
color: #1128AE;
}
</style>
background-color css
<style>
a { background-color: #1128AE; }
a { background-color: rgb(17,40,174); }
div.DivClassName
{
background-color: #1128AE;
}
.BgClassName
{
background-color: #1128AE;
}
</style>
border-color css
<style>
span { border-color: #1128AE; }
span { border-color: rgb(17,40,174); }
td.TdClassName
{
border-color: #1128AE;
}
.TagClassName
{
border-color: #1128AE;
}
</style>