Shades of Egyptian Blue #172AAC
Tints of Egyptian Blue #172AAC
RGB
CMYK
RGB Variations
Color information
#172AAC (or 0x172AAC) is known color: Egyptian Blue. HEX triplet: 17, 2A and AC. RGB value is (23,42,172). Sum of RGB (Red+Green+Blue) = 23+42+172=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #172AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172AAC is #E8D553. Grayscale: #323232. Windows color (decimal): -15258964 or 11282967. OLE color: 11282967.
HSL color Cylindrical-coordinate representation of color #172AAC: hue angle of 232.35º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172AAC is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 42 | 172 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.33 |
| HSL | 232.35º | 0.76% | 0.38% | - |
| HSV(B) | 232.35º | 0.87% | 0.67% | - |
| XYZ | 8.63 | 4.82 | 39.5 | - |
| YUV | 51.14 | 196.21 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 172 | 0.87 | 0.76 | 0 | 0.33 | 232.35 | 0.76 | 0.38 |
| Hex | 17 | 2A | AC | 57 | 4C | 0 | 21 | E8 | 4C | 26 |
| Octal | 27 | 52 | 254 | 127 | 114 | 0 | 41 | 350 | 114 | 46 |
| Binary | 10111 | 101010 | 10101100 | 1010111 | 1001100 | 0 | 100001 | 11101000 | 1001100 | 100110 |
Color Harmonies of #172AAC
Complementary color
Monochromatic Colors of #172AAC
Black with #172AAC
Text Example
Text Example
White with #172AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172AAC; }
p { color: rgb(23,42,172); }
H1.HeaderClassName
{
color: #172AAC;
}
.AnyTagClassName
{
color: #172AAC;
}
</style>
background-color css
<style>
a { background-color: #172AAC; }
a { background-color: rgb(23,42,172); }
div.DivClassName
{
background-color: #172AAC;
}
.BgClassName
{
background-color: #172AAC;
}
</style>
border-color css
<style>
span { border-color: #172AAC; }
span { border-color: rgb(23,42,172); }
td.TdClassName
{
border-color: #172AAC;
}
.TagClassName
{
border-color: #172AAC;
}
</style>