Shades of Egyptian Blue #1131AC
Tints of Egyptian Blue #1131AC
RGB
CMYK
RGB Variations
Color information
#1131AC (or 0x1131AC) is known color: Egyptian Blue. HEX triplet: 11, 31 and AC. RGB value is (17,49,172). Sum of RGB (Red+Green+Blue) = 17+49+172=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #1131AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1131AC is #EECE53. Grayscale: #343434. Windows color (decimal): -15650388 or 11284753. OLE color: 11284753.
HSL color Cylindrical-coordinate representation of color #1131AC: hue angle of 227.61º 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 #1131AC is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 49 | 172 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.33 |
| HSL | 227.61º | 0.82% | 0.37% | - |
| HSV(B) | 227.61º | 0.9% | 0.67% | - |
| XYZ | 8.78 | 5.29 | 39.59 | - |
| YUV | 53.45 | 194.9 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 172 | 0.90 | 0.72 | 0 | 0.33 | 227.61 | 0.82 | 0.37 |
| Hex | 11 | 31 | AC | 5A | 48 | 0 | 21 | E4 | 52 | 25 |
| Octal | 21 | 61 | 254 | 132 | 110 | 0 | 41 | 344 | 122 | 45 |
| Binary | 10001 | 110001 | 10101100 | 1011010 | 1001000 | 0 | 100001 | 11100100 | 1010010 | 100101 |
Color Harmonies of #1131AC
Complementary color
Monochromatic Colors of #1131AC
Black with #1131AC
Text Example
Text Example
White with #1131AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1131AC; }
p { color: rgb(17,49,172); }
H1.HeaderClassName
{
color: #1131AC;
}
.AnyTagClassName
{
color: #1131AC;
}
</style>
background-color css
<style>
a { background-color: #1131AC; }
a { background-color: rgb(17,49,172); }
div.DivClassName
{
background-color: #1131AC;
}
.BgClassName
{
background-color: #1131AC;
}
</style>
border-color css
<style>
span { border-color: #1131AC; }
span { border-color: rgb(17,49,172); }
td.TdClassName
{
border-color: #1131AC;
}
.TagClassName
{
border-color: #1131AC;
}
</style>