Shades of Egyptian Blue #172DAA
Tints of Egyptian Blue #172DAA
RGB
CMYK
RGB Variations
Color information
#172DAA (or 0x172DAA) is known color: Egyptian Blue. HEX triplet: 17, 2D and AA. RGB value is (23,45,170). Sum of RGB (Red+Green+Blue) = 23+45+170=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #172DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DAA is #E8D255. Grayscale: #343434. Windows color (decimal): -15258198 or 11152663. OLE color: 11152663.
HSL color Cylindrical-coordinate representation of color #172DAA: hue angle of 231.02º 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 #172DAA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 45 | 170 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.33 |
| HSL | 231.02º | 0.76% | 0.38% | - |
| HSV(B) | 231.02º | 0.86% | 0.67% | - |
| XYZ | 8.55 | 4.96 | 38.54 | - |
| YUV | 52.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 170 | 0.86 | 0.74 | 0 | 0.33 | 231.02 | 0.76 | 0.38 |
| Hex | 17 | 2D | AA | 56 | 4A | 0 | 21 | E7 | 4C | 26 |
| Octal | 27 | 55 | 252 | 126 | 112 | 0 | 41 | 347 | 114 | 46 |
| Binary | 10111 | 101101 | 10101010 | 1010110 | 1001010 | 0 | 100001 | 11100111 | 1001100 | 100110 |
Color Harmonies of #172DAA
Complementary color
Monochromatic Colors of #172DAA
Black with #172DAA
Text Example
Text Example
White with #172DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DAA; }
p { color: rgb(23,45,170); }
H1.HeaderClassName
{
color: #172DAA;
}
.AnyTagClassName
{
color: #172DAA;
}
</style>
background-color css
<style>
a { background-color: #172DAA; }
a { background-color: rgb(23,45,170); }
div.DivClassName
{
background-color: #172DAA;
}
.BgClassName
{
background-color: #172DAA;
}
</style>
border-color css
<style>
span { border-color: #172DAA; }
span { border-color: rgb(23,45,170); }
td.TdClassName
{
border-color: #172DAA;
}
.TagClassName
{
border-color: #172DAA;
}
</style>