Shades of Egyptian Blue #1141AE
Tints of Egyptian Blue #1141AE
RGB
CMYK
RGB Variations
Color information
#1141AE (or 0x1141AE) is known color: Egyptian Blue. HEX triplet: 11, 41 and AE. RGB value is (17,65,174). Sum of RGB (Red+Green+Blue) = 17+65+174=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #1141AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141AE is #EEBE51. Grayscale: #3E3E3E. Windows color (decimal): -15646290 or 11419921. OLE color: 11419921.
HSL color Cylindrical-coordinate representation of color #1141AE: hue angle of 221.66º 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 #1141AE is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 65 | 174 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.32 |
| HSL | 221.66º | 0.82% | 0.37% | - |
| HSV(B) | 221.66º | 0.9% | 0.68% | - |
| XYZ | 9.76 | 6.96 | 40.87 | - |
| YUV | 63.07 | 190.6 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 174 | 0.90 | 0.63 | 0 | 0.32 | 221.66 | 0.82 | 0.37 |
| Hex | 11 | 41 | AE | 5A | 3F | 0 | 20 | DE | 52 | 25 |
| Octal | 21 | 101 | 256 | 132 | 77 | 0 | 40 | 336 | 122 | 45 |
| Binary | 10001 | 1000001 | 10101110 | 1011010 | 111111 | 0 | 100000 | 11011110 | 1010010 | 100101 |
Color Harmonies of #1141AE
Complementary color
Monochromatic Colors of #1141AE
Black with #1141AE
Text Example
Text Example
White with #1141AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141AE; }
p { color: rgb(17,65,174); }
H1.HeaderClassName
{
color: #1141AE;
}
.AnyTagClassName
{
color: #1141AE;
}
</style>
background-color css
<style>
a { background-color: #1141AE; }
a { background-color: rgb(17,65,174); }
div.DivClassName
{
background-color: #1141AE;
}
.BgClassName
{
background-color: #1141AE;
}
</style>
border-color css
<style>
span { border-color: #1141AE; }
span { border-color: rgb(17,65,174); }
td.TdClassName
{
border-color: #1141AE;
}
.TagClassName
{
border-color: #1141AE;
}
</style>