Shades of Egyptian Blue #1142AD
Tints of Egyptian Blue #1142AD
RGB
CMYK
RGB Variations
Color information
#1142AD (or 0x1142AD) is known color: Egyptian Blue. HEX triplet: 11, 42 and AD. RGB value is (17,66,173). Sum of RGB (Red+Green+Blue) = 17+66+173=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #1142AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1142AD is #EEBD52. Grayscale: #3F3F3F. Windows color (decimal): -15646035 or 11354641. OLE color: 11354641.
HSL color Cylindrical-coordinate representation of color #1142AD: hue angle of 221.15º 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 #1142AD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 66 | 173 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.32 |
| HSL | 221.15º | 0.82% | 0.37% | - |
| HSV(B) | 221.15º | 0.9% | 0.68% | - |
| XYZ | 9.72 | 7.03 | 40.38 | - |
| YUV | 63.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 173 | 0.90 | 0.62 | 0 | 0.32 | 221.15 | 0.82 | 0.37 |
| Hex | 11 | 42 | AD | 5A | 3E | 0 | 20 | DD | 52 | 25 |
| Octal | 21 | 102 | 255 | 132 | 76 | 0 | 40 | 335 | 122 | 45 |
| Binary | 10001 | 1000010 | 10101101 | 1011010 | 111110 | 0 | 100000 | 11011101 | 1010010 | 100101 |
Color Harmonies of #1142AD
Complementary color
Monochromatic Colors of #1142AD
Black with #1142AD
Text Example
Text Example
White with #1142AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1142AD; }
p { color: rgb(17,66,173); }
H1.HeaderClassName
{
color: #1142AD;
}
.AnyTagClassName
{
color: #1142AD;
}
</style>
background-color css
<style>
a { background-color: #1142AD; }
a { background-color: rgb(17,66,173); }
div.DivClassName
{
background-color: #1142AD;
}
.BgClassName
{
background-color: #1142AD;
}
</style>
border-color css
<style>
span { border-color: #1142AD; }
span { border-color: rgb(17,66,173); }
td.TdClassName
{
border-color: #1142AD;
}
.TagClassName
{
border-color: #1142AD;
}
</style>