Shades of Egyptian Blue #1138A6
Tints of Egyptian Blue #1138A6
RGB
CMYK
RGB Variations
Color information
#1138A6 (or 0x1138A6) is known color: Egyptian Blue. HEX triplet: 11, 38 and A6. RGB value is (17,56,166). Sum of RGB (Red+Green+Blue) = 17+56+166=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 166 (65.23% from 255 or 69.46% from 239); Max value from RGB is 166 - color contains mainly: blue. Hex color #1138A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1138A6 is #EEC759. Grayscale: #383838. Windows color (decimal): -15648602 or 10893329. OLE color: 10893329.
HSL color Cylindrical-coordinate representation of color #1138A6: hue angle of 224.3º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1138A6 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 56 | 166 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.35 |
| HSL | 224.3º | 0.81% | 0.36% | - |
| HSV(B) | 224.3º | 0.9% | 0.65% | - |
| XYZ | 8.53 | 5.7 | 36.73 | - |
| YUV | 56.88 | 189.58 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 166 | 0.90 | 0.66 | 0 | 0.35 | 224.3 | 0.81 | 0.36 |
| Hex | 11 | 38 | A6 | 5A | 42 | 0 | 23 | E0 | 51 | 24 |
| Octal | 21 | 70 | 246 | 132 | 102 | 0 | 43 | 340 | 121 | 44 |
| Binary | 10001 | 111000 | 10100110 | 1011010 | 1000010 | 0 | 100011 | 11100000 | 1010001 | 100100 |
Color Harmonies of #1138A6
Complementary color
Monochromatic Colors of #1138A6
Black with #1138A6
Text Example
Text Example
White with #1138A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138A6; }
p { color: rgb(17,56,166); }
H1.HeaderClassName
{
color: #1138A6;
}
.AnyTagClassName
{
color: #1138A6;
}
</style>
background-color css
<style>
a { background-color: #1138A6; }
a { background-color: rgb(17,56,166); }
div.DivClassName
{
background-color: #1138A6;
}
.BgClassName
{
background-color: #1138A6;
}
</style>
border-color css
<style>
span { border-color: #1138A6; }
span { border-color: rgb(17,56,166); }
td.TdClassName
{
border-color: #1138A6;
}
.TagClassName
{
border-color: #1138A6;
}
</style>