Shades of Egyptian Blue #172DAE
Tints of Egyptian Blue #172DAE
RGB
CMYK
RGB Variations
Color information
#172DAE (or 0x172DAE) is known color: Egyptian Blue. HEX triplet: 17, 2D and AE. RGB value is (23,45,174). Sum of RGB (Red+Green+Blue) = 23+45+174=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #172DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DAE is #E8D251. Grayscale: #343434. Windows color (decimal): -15258194 or 11414807. OLE color: 11414807.
HSL color Cylindrical-coordinate representation of color #172DAE: hue angle of 231.26º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172DAE is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 45 | 174 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.32 |
| HSL | 231.26º | 0.77% | 0.39% | - |
| HSV(B) | 231.26º | 0.87% | 0.68% | - |
| XYZ | 8.93 | 5.11 | 40.56 | - |
| YUV | 53.13 | 196.21 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 174 | 0.87 | 0.74 | 0 | 0.32 | 231.26 | 0.77 | 0.39 |
| Hex | 17 | 2D | AE | 57 | 4A | 0 | 20 | E7 | 4D | 27 |
| Octal | 27 | 55 | 256 | 127 | 112 | 0 | 40 | 347 | 115 | 47 |
| Binary | 10111 | 101101 | 10101110 | 1010111 | 1001010 | 0 | 100000 | 11100111 | 1001101 | 100111 |
Color Harmonies of #172DAE
Complementary color
Monochromatic Colors of #172DAE
Black with #172DAE
Text Example
Text Example
White with #172DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DAE; }
p { color: rgb(23,45,174); }
H1.HeaderClassName
{
color: #172DAE;
}
.AnyTagClassName
{
color: #172DAE;
}
</style>
background-color css
<style>
a { background-color: #172DAE; }
a { background-color: rgb(23,45,174); }
div.DivClassName
{
background-color: #172DAE;
}
.BgClassName
{
background-color: #172DAE;
}
</style>
border-color css
<style>
span { border-color: #172DAE; }
span { border-color: rgb(23,45,174); }
td.TdClassName
{
border-color: #172DAE;
}
.TagClassName
{
border-color: #172DAE;
}
</style>