Shades of Egyptian Blue #1129AF
Tints of Egyptian Blue #1129AF
RGB
CMYK
RGB Variations
Color information
#1129AF (or 0x1129AF) is known color: Egyptian Blue. HEX triplet: 11, 29 and AF. RGB value is (17,41,175). Sum of RGB (Red+Green+Blue) = 17+41+175=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #1129AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1129AF is #EED650. Grayscale: #303030. Windows color (decimal): -15652433 or 11479313. OLE color: 11479313.
HSL color Cylindrical-coordinate representation of color #1129AF: hue angle of 230.89º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1129AF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 41 | 175 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.31 |
| HSL | 230.89º | 0.82% | 0.38% | - |
| HSV(B) | 230.89º | 0.9% | 0.69% | - |
| XYZ | 8.76 | 4.8 | 41.02 | - |
| YUV | 49.1 | 199.05 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 175 | 0.90 | 0.77 | 0 | 0.31 | 230.89 | 0.82 | 0.38 |
| Hex | 11 | 29 | AF | 5A | 4D | 0 | 1F | E7 | 52 | 26 |
| Octal | 21 | 51 | 257 | 132 | 115 | 0 | 37 | 347 | 122 | 46 |
| Binary | 10001 | 101001 | 10101111 | 1011010 | 1001101 | 0 | 11111 | 11100111 | 1010010 | 100110 |
Color Harmonies of #1129AF
Complementary color
Monochromatic Colors of #1129AF
Black with #1129AF
Text Example
Text Example
White with #1129AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1129AF; }
p { color: rgb(17,41,175); }
H1.HeaderClassName
{
color: #1129AF;
}
.AnyTagClassName
{
color: #1129AF;
}
</style>
background-color css
<style>
a { background-color: #1129AF; }
a { background-color: rgb(17,41,175); }
div.DivClassName
{
background-color: #1129AF;
}
.BgClassName
{
background-color: #1129AF;
}
</style>
border-color css
<style>
span { border-color: #1129AF; }
span { border-color: rgb(17,41,175); }
td.TdClassName
{
border-color: #1129AF;
}
.TagClassName
{
border-color: #1129AF;
}
</style>