Shades of Egyptian Blue #1127AC
Tints of Egyptian Blue #1127AC
RGB
CMYK
RGB Variations
Color information
#1127AC (or 0x1127AC) is known color: Egyptian Blue. HEX triplet: 11, 27 and AC. RGB value is (17,39,172). Sum of RGB (Red+Green+Blue) = 17+39+172=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #1127AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1127AC is #EED853. Grayscale: #2F2F2F. Windows color (decimal): -15652948 or 11282193. OLE color: 11282193.
HSL color Cylindrical-coordinate representation of color #1127AC: hue angle of 231.48º 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 #1127AC is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 39 | 172 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.33 |
| HSL | 231.48º | 0.82% | 0.37% | - |
| HSV(B) | 231.48º | 0.9% | 0.67% | - |
| XYZ | 8.4 | 4.55 | 39.46 | - |
| YUV | 47.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 172 | 0.90 | 0.77 | 0 | 0.33 | 231.48 | 0.82 | 0.37 |
| Hex | 11 | 27 | AC | 5A | 4D | 0 | 21 | E7 | 52 | 25 |
| Octal | 21 | 47 | 254 | 132 | 115 | 0 | 41 | 347 | 122 | 45 |
| Binary | 10001 | 100111 | 10101100 | 1011010 | 1001101 | 0 | 100001 | 11100111 | 1010010 | 100101 |
Color Harmonies of #1127AC
Complementary color
Monochromatic Colors of #1127AC
Black with #1127AC
Text Example
Text Example
White with #1127AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127AC; }
p { color: rgb(17,39,172); }
H1.HeaderClassName
{
color: #1127AC;
}
.AnyTagClassName
{
color: #1127AC;
}
</style>
background-color css
<style>
a { background-color: #1127AC; }
a { background-color: rgb(17,39,172); }
div.DivClassName
{
background-color: #1127AC;
}
.BgClassName
{
background-color: #1127AC;
}
</style>
border-color css
<style>
span { border-color: #1127AC; }
span { border-color: rgb(17,39,172); }
td.TdClassName
{
border-color: #1127AC;
}
.TagClassName
{
border-color: #1127AC;
}
</style>