Shades of Egyptian Blue #1124A3
Tints of Egyptian Blue #1124A3
RGB
CMYK
RGB Variations
Color information
#1124A3 (or 0x1124A3) is known color: Egyptian Blue. HEX triplet: 11, 24 and A3. RGB value is (17,36,163). Sum of RGB (Red+Green+Blue) = 17+36+163=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 163 (64.06% from 255 or 75.46% from 216); Max value from RGB is 163 - color contains mainly: blue. Hex color #1124A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1124A3 is #EEDB5C. Grayscale: #2C2C2C. Windows color (decimal): -15653725 or 10691601. OLE color: 10691601.
HSL color Cylindrical-coordinate representation of color #1124A3: hue angle of 232.19º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1124A3 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 36 | 163 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.36 |
| HSL | 232.19º | 0.81% | 0.35% | - |
| HSV(B) | 232.19º | 0.9% | 0.64% | - |
| XYZ | 7.47 | 4.03 | 35.03 | - |
| YUV | 44.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 163 | 0.90 | 0.78 | 0 | 0.36 | 232.19 | 0.81 | 0.35 |
| Hex | 11 | 24 | A3 | 5A | 4E | 0 | 24 | E8 | 51 | 23 |
| Octal | 21 | 44 | 243 | 132 | 116 | 0 | 44 | 350 | 121 | 43 |
| Binary | 10001 | 100100 | 10100011 | 1011010 | 1001110 | 0 | 100100 | 11101000 | 1010001 | 100011 |
Color Harmonies of #1124A3
Complementary color
Monochromatic Colors of #1124A3
Black with #1124A3
Text Example
Text Example
White with #1124A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124A3; }
p { color: rgb(17,36,163); }
H1.HeaderClassName
{
color: #1124A3;
}
.AnyTagClassName
{
color: #1124A3;
}
</style>
background-color css
<style>
a { background-color: #1124A3; }
a { background-color: rgb(17,36,163); }
div.DivClassName
{
background-color: #1124A3;
}
.BgClassName
{
background-color: #1124A3;
}
</style>
border-color css
<style>
span { border-color: #1124A3; }
span { border-color: rgb(17,36,163); }
td.TdClassName
{
border-color: #1124A3;
}
.TagClassName
{
border-color: #1124A3;
}
</style>