Shades of Egyptian Blue #1128A8
Tints of Egyptian Blue #1128A8
RGB
CMYK
RGB Variations
Color information
#1128A8 (or 0x1128A8) is known color: Egyptian Blue. HEX triplet: 11, 28 and A8. RGB value is (17,40,168). Sum of RGB (Red+Green+Blue) = 17+40+168=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 168 (66.02% from 255 or 74.67% from 225); Max value from RGB is 168 - color contains mainly: blue. Hex color #1128A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1128A8 is #EED757. Grayscale: #2F2F2F. Windows color (decimal): -15652696 or 11020305. OLE color: 11020305.
HSL color Cylindrical-coordinate representation of color #1128A8: hue angle of 230.86º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1128A8 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 40 | 168 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.34 |
| HSL | 230.86º | 0.82% | 0.36% | - |
| HSV(B) | 230.86º | 0.9% | 0.66% | - |
| XYZ | 8.06 | 4.46 | 37.48 | - |
| YUV | 47.72 | 195.88 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 168 | 0.90 | 0.76 | 0 | 0.34 | 230.86 | 0.82 | 0.36 |
| Hex | 11 | 28 | A8 | 5A | 4C | 0 | 22 | E7 | 52 | 24 |
| Octal | 21 | 50 | 250 | 132 | 114 | 0 | 42 | 347 | 122 | 44 |
| Binary | 10001 | 101000 | 10101000 | 1011010 | 1001100 | 0 | 100010 | 11100111 | 1010010 | 100100 |
Color Harmonies of #1128A8
Complementary color
Monochromatic Colors of #1128A8
Black with #1128A8
Text Example
Text Example
White with #1128A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128A8; }
p { color: rgb(17,40,168); }
H1.HeaderClassName
{
color: #1128A8;
}
.AnyTagClassName
{
color: #1128A8;
}
</style>
background-color css
<style>
a { background-color: #1128A8; }
a { background-color: rgb(17,40,168); }
div.DivClassName
{
background-color: #1128A8;
}
.BgClassName
{
background-color: #1128A8;
}
</style>
border-color css
<style>
span { border-color: #1128A8; }
span { border-color: rgb(17,40,168); }
td.TdClassName
{
border-color: #1128A8;
}
.TagClassName
{
border-color: #1128A8;
}
</style>