Shades of Egyptian Blue #172DA0
Tints of Egyptian Blue #172DA0
RGB
CMYK
RGB Variations
Color information
#172DA0 (or 0x172DA0) is known color: Egyptian Blue. HEX triplet: 17, 2D and A0. RGB value is (23,45,160). Sum of RGB (Red+Green+Blue) = 23+45+160=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #172DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DA0 is #E8D25F. Grayscale: #333333. Windows color (decimal): -15258208 or 10497303. OLE color: 10497303.
HSL color Cylindrical-coordinate representation of color #172DA0: hue angle of 230.36º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172DA0 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 45 | 160 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.37 |
| HSL | 230.37º | 0.75% | 0.36% | - |
| HSV(B) | 230.37º | 0.86% | 0.63% | - |
| XYZ | 7.64 | 4.6 | 33.74 | - |
| YUV | 51.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 160 | 0.86 | 0.72 | 0 | 0.37 | 230.37 | 0.75 | 0.36 |
| Hex | 17 | 2D | A0 | 56 | 48 | 0 | 25 | E6 | 4B | 24 |
| Octal | 27 | 55 | 240 | 126 | 110 | 0 | 45 | 346 | 113 | 44 |
| Binary | 10111 | 101101 | 10100000 | 1010110 | 1001000 | 0 | 100101 | 11100110 | 1001011 | 100100 |
Color Harmonies of #172DA0
Complementary color
Monochromatic Colors of #172DA0
Black with #172DA0
Text Example
Text Example
White with #172DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DA0; }
p { color: rgb(23,45,160); }
H1.HeaderClassName
{
color: #172DA0;
}
.AnyTagClassName
{
color: #172DA0;
}
</style>
background-color css
<style>
a { background-color: #172DA0; }
a { background-color: rgb(23,45,160); }
div.DivClassName
{
background-color: #172DA0;
}
.BgClassName
{
background-color: #172DA0;
}
</style>
border-color css
<style>
span { border-color: #172DA0; }
span { border-color: rgb(23,45,160); }
td.TdClassName
{
border-color: #172DA0;
}
.TagClassName
{
border-color: #172DA0;
}
</style>