Shades of Egyptian Blue #1124A5
Tints of Egyptian Blue #1124A5
RGB
CMYK
RGB Variations
Color information
#1124A5 (or 0x1124A5) is known color: Egyptian Blue. HEX triplet: 11, 24 and A5. RGB value is (17,36,165). Sum of RGB (Red+Green+Blue) = 17+36+165=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 165 (64.84% from 255 or 75.69% from 218); Max value from RGB is 165 - color contains mainly: blue. Hex color #1124A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1124A5 is #EEDB5A. Grayscale: #2C2C2C. Windows color (decimal): -15653723 or 10822673. OLE color: 10822673.
HSL color Cylindrical-coordinate representation of color #1124A5: hue angle of 232.3º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1124A5 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 36 | 165 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.35 |
| HSL | 232.3º | 0.81% | 0.36% | - |
| HSV(B) | 232.3º | 0.9% | 0.65% | - |
| XYZ | 7.65 | 4.1 | 35.98 | - |
| YUV | 45.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 165 | 0.90 | 0.78 | 0 | 0.35 | 232.3 | 0.81 | 0.36 |
| Hex | 11 | 24 | A5 | 5A | 4E | 0 | 23 | E8 | 51 | 24 |
| Octal | 21 | 44 | 245 | 132 | 116 | 0 | 43 | 350 | 121 | 44 |
| Binary | 10001 | 100100 | 10100101 | 1011010 | 1001110 | 0 | 100011 | 11101000 | 1010001 | 100100 |
Color Harmonies of #1124A5
Complementary color
Monochromatic Colors of #1124A5
Black with #1124A5
Text Example
Text Example
White with #1124A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124A5; }
p { color: rgb(17,36,165); }
H1.HeaderClassName
{
color: #1124A5;
}
.AnyTagClassName
{
color: #1124A5;
}
</style>
background-color css
<style>
a { background-color: #1124A5; }
a { background-color: rgb(17,36,165); }
div.DivClassName
{
background-color: #1124A5;
}
.BgClassName
{
background-color: #1124A5;
}
</style>
border-color css
<style>
span { border-color: #1124A5; }
span { border-color: rgb(17,36,165); }
td.TdClassName
{
border-color: #1124A5;
}
.TagClassName
{
border-color: #1124A5;
}
</style>