Shades of Egyptian Blue #1138A2
Tints of Egyptian Blue #1138A2
RGB
CMYK
RGB Variations
Color information
#1138A2 (or 0x1138A2) is known color: Egyptian Blue. HEX triplet: 11, 38 and A2. RGB value is (17,56,162). Sum of RGB (Red+Green+Blue) = 17+56+162=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 162 (63.67% from 255 or 68.94% from 235); Max value from RGB is 162 - color contains mainly: blue. Hex color #1138A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1138A2 is #EEC75D. Grayscale: #373737. Windows color (decimal): -15648606 or 10631185. OLE color: 10631185.
HSL color Cylindrical-coordinate representation of color #1138A2: hue angle of 223.86º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1138A2 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 56 | 162 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.36 |
| HSL | 223.86º | 0.81% | 0.35% | - |
| HSV(B) | 223.86º | 0.9% | 0.64% | - |
| XYZ | 8.17 | 5.56 | 34.82 | - |
| YUV | 56.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 162 | 0.90 | 0.65 | 0 | 0.36 | 223.86 | 0.81 | 0.35 |
| Hex | 11 | 38 | A2 | 5A | 41 | 0 | 24 | E0 | 51 | 23 |
| Octal | 21 | 70 | 242 | 132 | 101 | 0 | 44 | 340 | 121 | 43 |
| Binary | 10001 | 111000 | 10100010 | 1011010 | 1000001 | 0 | 100100 | 11100000 | 1010001 | 100011 |
Color Harmonies of #1138A2
Complementary color
Monochromatic Colors of #1138A2
Black with #1138A2
Text Example
Text Example
White with #1138A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138A2; }
p { color: rgb(17,56,162); }
H1.HeaderClassName
{
color: #1138A2;
}
.AnyTagClassName
{
color: #1138A2;
}
</style>
background-color css
<style>
a { background-color: #1138A2; }
a { background-color: rgb(17,56,162); }
div.DivClassName
{
background-color: #1138A2;
}
.BgClassName
{
background-color: #1138A2;
}
</style>
border-color css
<style>
span { border-color: #1138A2; }
span { border-color: rgb(17,56,162); }
td.TdClassName
{
border-color: #1138A2;
}
.TagClassName
{
border-color: #1138A2;
}
</style>