Shades of Egyptian Blue #1123AB
Tints of Egyptian Blue #1123AB
RGB
CMYK
RGB Variations
Color information
#1123AB (or 0x1123AB) is known color: Egyptian Blue. HEX triplet: 11, 23 and AB. RGB value is (17,35,171). Sum of RGB (Red+Green+Blue) = 17+35+171=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #1123AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1123AB is #EEDC54. Grayscale: #2C2C2C. Windows color (decimal): -15653973 or 11215633. OLE color: 11215633.
HSL color Cylindrical-coordinate representation of color #1123AB: hue angle of 232.99º 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 #1123AB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 35 | 171 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.33 |
| HSL | 232.99º | 0.82% | 0.37% | - |
| HSV(B) | 232.99º | 0.9% | 0.67% | - |
| XYZ | 8.18 | 4.26 | 38.92 | - |
| YUV | 45.12 | 199.04 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 171 | 0.90 | 0.80 | 0 | 0.33 | 232.99 | 0.82 | 0.37 |
| Hex | 11 | 23 | AB | 5A | 50 | 0 | 21 | E9 | 52 | 25 |
| Octal | 21 | 43 | 253 | 132 | 120 | 0 | 41 | 351 | 122 | 45 |
| Binary | 10001 | 100011 | 10101011 | 1011010 | 1010000 | 0 | 100001 | 11101001 | 1010010 | 100101 |
Color Harmonies of #1123AB
Complementary color
Monochromatic Colors of #1123AB
Black with #1123AB
Text Example
Text Example
White with #1123AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1123AB; }
p { color: rgb(17,35,171); }
H1.HeaderClassName
{
color: #1123AB;
}
.AnyTagClassName
{
color: #1123AB;
}
</style>
background-color css
<style>
a { background-color: #1123AB; }
a { background-color: rgb(17,35,171); }
div.DivClassName
{
background-color: #1123AB;
}
.BgClassName
{
background-color: #1123AB;
}
</style>
border-color css
<style>
span { border-color: #1123AB; }
span { border-color: rgb(17,35,171); }
td.TdClassName
{
border-color: #1123AB;
}
.TagClassName
{
border-color: #1123AB;
}
</style>