Shades of Egyptian Blue #171AAD
Tints of Egyptian Blue #171AAD
RGB
CMYK
RGB Variations
Color information
#171AAD (or 0x171AAD) is known color: Egyptian Blue. HEX triplet: 17, 1A and AD. RGB value is (23,26,173). Sum of RGB (Red+Green+Blue) = 23+26+173=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #171AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171AAD is #E8E552. Grayscale: #292929. Windows color (decimal): -15263059 or 11344407. OLE color: 11344407.
HSL color Cylindrical-coordinate representation of color #171AAD: hue angle of 238.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171AAD is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 26 | 173 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.32 |
| HSL | 238.8º | 0.77% | 0.38% | - |
| HSV(B) | 238.8º | 0.87% | 0.68% | - |
| XYZ | 8.27 | 3.94 | 39.86 | - |
| YUV | 41.86 | 202.01 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 173 | 0.87 | 0.85 | 0 | 0.32 | 238.8 | 0.77 | 0.38 |
| Hex | 17 | 1A | AD | 57 | 55 | 0 | 20 | EF | 4D | 26 |
| Octal | 27 | 32 | 255 | 127 | 125 | 0 | 40 | 357 | 115 | 46 |
| Binary | 10111 | 11010 | 10101101 | 1010111 | 1010101 | 0 | 100000 | 11101111 | 1001101 | 100110 |
Color Harmonies of #171AAD
Complementary color
Monochromatic Colors of #171AAD
Black with #171AAD
Text Example
Text Example
White with #171AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AAD; }
p { color: rgb(23,26,173); }
H1.HeaderClassName
{
color: #171AAD;
}
.AnyTagClassName
{
color: #171AAD;
}
</style>
background-color css
<style>
a { background-color: #171AAD; }
a { background-color: rgb(23,26,173); }
div.DivClassName
{
background-color: #171AAD;
}
.BgClassName
{
background-color: #171AAD;
}
</style>
border-color css
<style>
span { border-color: #171AAD; }
span { border-color: rgb(23,26,173); }
td.TdClassName
{
border-color: #171AAD;
}
.TagClassName
{
border-color: #171AAD;
}
</style>