Shades of Egyptian Blue #1124AD
Tints of Egyptian Blue #1124AD
RGB
CMYK
RGB Variations
Color information
#1124AD (or 0x1124AD) is known color: Egyptian Blue. HEX triplet: 11, 24 and AD. RGB value is (17,36,173). Sum of RGB (Red+Green+Blue) = 17+36+173=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #1124AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1124AD is #EEDB52. Grayscale: #2D2D2D. Windows color (decimal): -15653715 or 11346961. OLE color: 11346961.
HSL color Cylindrical-coordinate representation of color #1124AD: hue angle of 232.69º 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 #1124AD is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 36 | 173 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.32 |
| HSL | 232.69º | 0.82% | 0.37% | - |
| HSV(B) | 232.69º | 0.9% | 0.68% | - |
| XYZ | 8.4 | 4.4 | 39.94 | - |
| YUV | 45.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 173 | 0.90 | 0.79 | 0 | 0.32 | 232.69 | 0.82 | 0.37 |
| Hex | 11 | 24 | AD | 5A | 4F | 0 | 20 | E9 | 52 | 25 |
| Octal | 21 | 44 | 255 | 132 | 117 | 0 | 40 | 351 | 122 | 45 |
| Binary | 10001 | 100100 | 10101101 | 1011010 | 1001111 | 0 | 100000 | 11101001 | 1010010 | 100101 |
Color Harmonies of #1124AD
Complementary color
Monochromatic Colors of #1124AD
Black with #1124AD
Text Example
Text Example
White with #1124AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124AD; }
p { color: rgb(17,36,173); }
H1.HeaderClassName
{
color: #1124AD;
}
.AnyTagClassName
{
color: #1124AD;
}
</style>
background-color css
<style>
a { background-color: #1124AD; }
a { background-color: rgb(17,36,173); }
div.DivClassName
{
background-color: #1124AD;
}
.BgClassName
{
background-color: #1124AD;
}
</style>
border-color css
<style>
span { border-color: #1124AD; }
span { border-color: rgb(17,36,173); }
td.TdClassName
{
border-color: #1124AD;
}
.TagClassName
{
border-color: #1124AD;
}
</style>