Shades of Egyptian Blue #1141AD
Tints of Egyptian Blue #1141AD
RGB
CMYK
RGB Variations
Color information
#1141AD (or 0x1141AD) is known color: Egyptian Blue. HEX triplet: 11, 41 and AD. RGB value is (17,65,173). Sum of RGB (Red+Green+Blue) = 17+65+173=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #1141AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141AD is #EEBE52. Grayscale: #3E3E3E. Windows color (decimal): -15646291 or 11354385. OLE color: 11354385.
HSL color Cylindrical-coordinate representation of color #1141AD: hue angle of 221.54º 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 #1141AD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 65 | 173 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.32 |
| HSL | 221.54º | 0.82% | 0.37% | - |
| HSV(B) | 221.54º | 0.9% | 0.68% | - |
| XYZ | 9.66 | 6.92 | 40.36 | - |
| YUV | 62.96 | 190.1 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 173 | 0.90 | 0.62 | 0 | 0.32 | 221.54 | 0.82 | 0.37 |
| Hex | 11 | 41 | AD | 5A | 3E | 0 | 20 | DE | 52 | 25 |
| Octal | 21 | 101 | 255 | 132 | 76 | 0 | 40 | 336 | 122 | 45 |
| Binary | 10001 | 1000001 | 10101101 | 1011010 | 111110 | 0 | 100000 | 11011110 | 1010010 | 100101 |
Color Harmonies of #1141AD
Complementary color
Monochromatic Colors of #1141AD
Black with #1141AD
Text Example
Text Example
White with #1141AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141AD; }
p { color: rgb(17,65,173); }
H1.HeaderClassName
{
color: #1141AD;
}
.AnyTagClassName
{
color: #1141AD;
}
</style>
background-color css
<style>
a { background-color: #1141AD; }
a { background-color: rgb(17,65,173); }
div.DivClassName
{
background-color: #1141AD;
}
.BgClassName
{
background-color: #1141AD;
}
</style>
border-color css
<style>
span { border-color: #1141AD; }
span { border-color: rgb(17,65,173); }
td.TdClassName
{
border-color: #1141AD;
}
.TagClassName
{
border-color: #1141AD;
}
</style>