Shades of Egyptian Blue #1144AC
Tints of Egyptian Blue #1144AC
RGB
CMYK
RGB Variations
Color information
#1144AC (or 0x1144AC) is known color: Egyptian Blue. HEX triplet: 11, 44 and AC. RGB value is (17,68,172). Sum of RGB (Red+Green+Blue) = 17+68+172=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #1144AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1144AC is #EEBB53. Grayscale: #404040. Windows color (decimal): -15645524 or 11289617. OLE color: 11289617.
HSL color Cylindrical-coordinate representation of color #1144AC: hue angle of 220.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1144AC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 68 | 172 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.33 |
| HSL | 220.26º | 0.82% | 0.37% | - |
| HSV(B) | 220.26º | 0.9% | 0.67% | - |
| XYZ | 9.74 | 7.23 | 39.91 | - |
| YUV | 64.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 172 | 0.90 | 0.60 | 0 | 0.33 | 220.26 | 0.82 | 0.37 |
| Hex | 11 | 44 | AC | 5A | 3C | 0 | 21 | DC | 52 | 25 |
| Octal | 21 | 104 | 254 | 132 | 74 | 0 | 41 | 334 | 122 | 45 |
| Binary | 10001 | 1000100 | 10101100 | 1011010 | 111100 | 0 | 100001 | 11011100 | 1010010 | 100101 |
Color Harmonies of #1144AC
Complementary color
Monochromatic Colors of #1144AC
Black with #1144AC
Text Example
Text Example
White with #1144AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144AC; }
p { color: rgb(17,68,172); }
H1.HeaderClassName
{
color: #1144AC;
}
.AnyTagClassName
{
color: #1144AC;
}
</style>
background-color css
<style>
a { background-color: #1144AC; }
a { background-color: rgb(17,68,172); }
div.DivClassName
{
background-color: #1144AC;
}
.BgClassName
{
background-color: #1144AC;
}
</style>
border-color css
<style>
span { border-color: #1144AC; }
span { border-color: rgb(17,68,172); }
td.TdClassName
{
border-color: #1144AC;
}
.TagClassName
{
border-color: #1144AC;
}
</style>