Shades of Egyptian Blue #1138AB
Tints of Egyptian Blue #1138AB
RGB
CMYK
RGB Variations
Color information
#1138AB (or 0x1138AB) is known color: Egyptian Blue. HEX triplet: 11, 38 and AB. RGB value is (17,56,171). Sum of RGB (Red+Green+Blue) = 17+56+171=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #1138AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1138AB is #EEC754. Grayscale: #383838. Windows color (decimal): -15648597 or 11221009. OLE color: 11221009.
HSL color Cylindrical-coordinate representation of color #1138AB: hue angle of 224.81º 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 #1138AB is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 56 | 171 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.33 |
| HSL | 224.81º | 0.82% | 0.37% | - |
| HSV(B) | 224.81º | 0.9% | 0.67% | - |
| XYZ | 9 | 5.89 | 39.19 | - |
| YUV | 57.45 | 192.08 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 171 | 0.90 | 0.67 | 0 | 0.33 | 224.81 | 0.82 | 0.37 |
| Hex | 11 | 38 | AB | 5A | 43 | 0 | 21 | E1 | 52 | 25 |
| Octal | 21 | 70 | 253 | 132 | 103 | 0 | 41 | 341 | 122 | 45 |
| Binary | 10001 | 111000 | 10101011 | 1011010 | 1000011 | 0 | 100001 | 11100001 | 1010010 | 100101 |
Color Harmonies of #1138AB
Complementary color
Monochromatic Colors of #1138AB
Black with #1138AB
Text Example
Text Example
White with #1138AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138AB; }
p { color: rgb(17,56,171); }
H1.HeaderClassName
{
color: #1138AB;
}
.AnyTagClassName
{
color: #1138AB;
}
</style>
background-color css
<style>
a { background-color: #1138AB; }
a { background-color: rgb(17,56,171); }
div.DivClassName
{
background-color: #1138AB;
}
.BgClassName
{
background-color: #1138AB;
}
</style>
border-color css
<style>
span { border-color: #1138AB; }
span { border-color: rgb(17,56,171); }
td.TdClassName
{
border-color: #1138AB;
}
.TagClassName
{
border-color: #1138AB;
}
</style>