Shades of Egyptian Blue #1143AC
Tints of Egyptian Blue #1143AC
RGB
CMYK
RGB Variations
Color information
#1143AC (or 0x1143AC) is known color: Egyptian Blue. HEX triplet: 11, 43 and AC. RGB value is (17,67,172). Sum of RGB (Red+Green+Blue) = 17+67+172=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #1143AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1143AC is #EEBC53. Grayscale: #3F3F3F. Windows color (decimal): -15645780 or 11289361. OLE color: 11289361.
HSL color Cylindrical-coordinate representation of color #1143AC: hue angle of 220.65º 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 #1143AC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 67 | 172 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.33 |
| HSL | 220.65º | 0.82% | 0.37% | - |
| HSV(B) | 220.65º | 0.9% | 0.67% | - |
| XYZ | 9.68 | 7.11 | 39.89 | - |
| YUV | 64.02 | 188.94 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 172 | 0.90 | 0.61 | 0 | 0.33 | 220.65 | 0.82 | 0.37 |
| Hex | 11 | 43 | AC | 5A | 3D | 0 | 21 | DD | 52 | 25 |
| Octal | 21 | 103 | 254 | 132 | 75 | 0 | 41 | 335 | 122 | 45 |
| Binary | 10001 | 1000011 | 10101100 | 1011010 | 111101 | 0 | 100001 | 11011101 | 1010010 | 100101 |
Color Harmonies of #1143AC
Complementary color
Monochromatic Colors of #1143AC
Black with #1143AC
Text Example
Text Example
White with #1143AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1143AC; }
p { color: rgb(17,67,172); }
H1.HeaderClassName
{
color: #1143AC;
}
.AnyTagClassName
{
color: #1143AC;
}
</style>
background-color css
<style>
a { background-color: #1143AC; }
a { background-color: rgb(17,67,172); }
div.DivClassName
{
background-color: #1143AC;
}
.BgClassName
{
background-color: #1143AC;
}
</style>
border-color css
<style>
span { border-color: #1143AC; }
span { border-color: rgb(17,67,172); }
td.TdClassName
{
border-color: #1143AC;
}
.TagClassName
{
border-color: #1143AC;
}
</style>