Shades of Egyptian Blue #172DA7
Tints of Egyptian Blue #172DA7
RGB
CMYK
RGB Variations
Color information
#172DA7 (or 0x172DA7) is known color: Egyptian Blue. HEX triplet: 17, 2D and A7. RGB value is (23,45,167). Sum of RGB (Red+Green+Blue) = 23+45+167=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #172DA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DA7 is #E8D258. Grayscale: #333333. Windows color (decimal): -15258201 or 10956055. OLE color: 10956055.
HSL color Cylindrical-coordinate representation of color #172DA7: hue angle of 230.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172DA7 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 45 | 167 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.35 |
| HSL | 230.83º | 0.76% | 0.37% | - |
| HSV(B) | 230.83º | 0.86% | 0.65% | - |
| XYZ | 8.27 | 4.85 | 37.06 | - |
| YUV | 52.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 167 | 0.86 | 0.73 | 0 | 0.35 | 230.83 | 0.76 | 0.37 |
| Hex | 17 | 2D | A7 | 56 | 49 | 0 | 23 | E7 | 4C | 25 |
| Octal | 27 | 55 | 247 | 126 | 111 | 0 | 43 | 347 | 114 | 45 |
| Binary | 10111 | 101101 | 10100111 | 1010110 | 1001001 | 0 | 100011 | 11100111 | 1001100 | 100101 |
Color Harmonies of #172DA7
Complementary color
Monochromatic Colors of #172DA7
Black with #172DA7
Text Example
Text Example
White with #172DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DA7; }
p { color: rgb(23,45,167); }
H1.HeaderClassName
{
color: #172DA7;
}
.AnyTagClassName
{
color: #172DA7;
}
</style>
background-color css
<style>
a { background-color: #172DA7; }
a { background-color: rgb(23,45,167); }
div.DivClassName
{
background-color: #172DA7;
}
.BgClassName
{
background-color: #172DA7;
}
</style>
border-color css
<style>
span { border-color: #172DA7; }
span { border-color: rgb(23,45,167); }
td.TdClassName
{
border-color: #172DA7;
}
.TagClassName
{
border-color: #172DA7;
}
</style>