Shades of Egyptian Blue #1138A1
Tints of Egyptian Blue #1138A1
RGB
CMYK
RGB Variations
Color information
#1138A1 (or 0x1138A1) is known color: Egyptian Blue. HEX triplet: 11, 38 and A1. RGB value is (17,56,161). Sum of RGB (Red+Green+Blue) = 17+56+161=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 161 (63.28% from 255 or 68.80% from 234); Max value from RGB is 161 - color contains mainly: blue. Hex color #1138A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1138A1 is #EEC75E. Grayscale: #373737. Windows color (decimal): -15648607 or 10565649. OLE color: 10565649.
HSL color Cylindrical-coordinate representation of color #1138A1: hue angle of 223.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1138A1 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 56 | 161 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.37 |
| HSL | 223.75º | 0.81% | 0.35% | - |
| HSV(B) | 223.75º | 0.89% | 0.63% | - |
| XYZ | 8.08 | 5.52 | 34.36 | - |
| YUV | 56.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 161 | 0.89 | 0.65 | 0 | 0.37 | 223.75 | 0.81 | 0.35 |
| Hex | 11 | 38 | A1 | 59 | 41 | 0 | 25 | E0 | 51 | 23 |
| Octal | 21 | 70 | 241 | 131 | 101 | 0 | 45 | 340 | 121 | 43 |
| Binary | 10001 | 111000 | 10100001 | 1011001 | 1000001 | 0 | 100101 | 11100000 | 1010001 | 100011 |
Color Harmonies of #1138A1
Complementary color
Monochromatic Colors of #1138A1
Black with #1138A1
Text Example
Text Example
White with #1138A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138A1; }
p { color: rgb(17,56,161); }
H1.HeaderClassName
{
color: #1138A1;
}
.AnyTagClassName
{
color: #1138A1;
}
</style>
background-color css
<style>
a { background-color: #1138A1; }
a { background-color: rgb(17,56,161); }
div.DivClassName
{
background-color: #1138A1;
}
.BgClassName
{
background-color: #1138A1;
}
</style>
border-color css
<style>
span { border-color: #1138A1; }
span { border-color: rgb(17,56,161); }
td.TdClassName
{
border-color: #1138A1;
}
.TagClassName
{
border-color: #1138A1;
}
</style>