Shades of Egyptian Blue #172CAA
Tints of Egyptian Blue #172CAA
RGB
CMYK
RGB Variations
Color information
#172CAA (or 0x172CAA) is known color: Egyptian Blue. HEX triplet: 17, 2C and AA. RGB value is (23,44,170). Sum of RGB (Red+Green+Blue) = 23+44+170=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #172CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172CAA is #E8D355. Grayscale: #333333. Windows color (decimal): -15258454 or 11152407. OLE color: 11152407.
HSL color Cylindrical-coordinate representation of color #172CAA: hue angle of 231.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172CAA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 44 | 170 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.33 |
| HSL | 231.43º | 0.76% | 0.38% | - |
| HSV(B) | 231.43º | 0.86% | 0.67% | - |
| XYZ | 8.51 | 4.89 | 38.52 | - |
| YUV | 52.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 170 | 0.86 | 0.74 | 0 | 0.33 | 231.43 | 0.76 | 0.38 |
| Hex | 17 | 2C | AA | 56 | 4A | 0 | 21 | E7 | 4C | 26 |
| Octal | 27 | 54 | 252 | 126 | 112 | 0 | 41 | 347 | 114 | 46 |
| Binary | 10111 | 101100 | 10101010 | 1010110 | 1001010 | 0 | 100001 | 11100111 | 1001100 | 100110 |
Color Harmonies of #172CAA
Complementary color
Monochromatic Colors of #172CAA
Black with #172CAA
Text Example
Text Example
White with #172CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CAA; }
p { color: rgb(23,44,170); }
H1.HeaderClassName
{
color: #172CAA;
}
.AnyTagClassName
{
color: #172CAA;
}
</style>
background-color css
<style>
a { background-color: #172CAA; }
a { background-color: rgb(23,44,170); }
div.DivClassName
{
background-color: #172CAA;
}
.BgClassName
{
background-color: #172CAA;
}
</style>
border-color css
<style>
span { border-color: #172CAA; }
span { border-color: rgb(23,44,170); }
td.TdClassName
{
border-color: #172CAA;
}
.TagClassName
{
border-color: #172CAA;
}
</style>