Shades of Egyptian Blue #1139AE
Tints of Egyptian Blue #1139AE
RGB
CMYK
RGB Variations
Color information
#1139AE (or 0x1139AE) is known color: Egyptian Blue. HEX triplet: 11, 39 and AE. RGB value is (17,57,174). Sum of RGB (Red+Green+Blue) = 17+57+174=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #1139AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1139AE is #EEC651. Grayscale: #393939. Windows color (decimal): -15648338 or 11417873. OLE color: 11417873.
HSL color Cylindrical-coordinate representation of color #1139AE: hue angle of 224.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1139AE is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 57 | 174 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.32 |
| HSL | 224.71º | 0.82% | 0.37% | - |
| HSV(B) | 224.71º | 0.9% | 0.68% | - |
| XYZ | 9.33 | 6.1 | 40.73 | - |
| YUV | 58.38 | 193.25 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 174 | 0.90 | 0.67 | 0 | 0.32 | 224.71 | 0.82 | 0.37 |
| Hex | 11 | 39 | AE | 5A | 43 | 0 | 20 | E1 | 52 | 25 |
| Octal | 21 | 71 | 256 | 132 | 103 | 0 | 40 | 341 | 122 | 45 |
| Binary | 10001 | 111001 | 10101110 | 1011010 | 1000011 | 0 | 100000 | 11100001 | 1010010 | 100101 |
Color Harmonies of #1139AE
Complementary color
Monochromatic Colors of #1139AE
Black with #1139AE
Text Example
Text Example
White with #1139AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139AE; }
p { color: rgb(17,57,174); }
H1.HeaderClassName
{
color: #1139AE;
}
.AnyTagClassName
{
color: #1139AE;
}
</style>
background-color css
<style>
a { background-color: #1139AE; }
a { background-color: rgb(17,57,174); }
div.DivClassName
{
background-color: #1139AE;
}
.BgClassName
{
background-color: #1139AE;
}
</style>
border-color css
<style>
span { border-color: #1139AE; }
span { border-color: rgb(17,57,174); }
td.TdClassName
{
border-color: #1139AE;
}
.TagClassName
{
border-color: #1139AE;
}
</style>