Shades of Egyptian Blue #172DA3
Tints of Egyptian Blue #172DA3
RGB
CMYK
RGB Variations
Color information
#172DA3 (or 0x172DA3) is known color: Egyptian Blue. HEX triplet: 17, 2D and A3. RGB value is (23,45,163). Sum of RGB (Red+Green+Blue) = 23+45+163=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #172DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DA3 is #E8D25C. Grayscale: #333333. Windows color (decimal): -15258205 or 10693911. OLE color: 10693911.
HSL color Cylindrical-coordinate representation of color #172DA3: hue angle of 230.57º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172DA3 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 45 | 163 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.36 |
| HSL | 230.57º | 0.75% | 0.36% | - |
| HSV(B) | 230.57º | 0.86% | 0.64% | - |
| XYZ | 7.9 | 4.7 | 35.14 | - |
| YUV | 51.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 163 | 0.86 | 0.72 | 0 | 0.36 | 230.57 | 0.75 | 0.36 |
| Hex | 17 | 2D | A3 | 56 | 48 | 0 | 24 | E7 | 4B | 24 |
| Octal | 27 | 55 | 243 | 126 | 110 | 0 | 44 | 347 | 113 | 44 |
| Binary | 10111 | 101101 | 10100011 | 1010110 | 1001000 | 0 | 100100 | 11100111 | 1001011 | 100100 |
Color Harmonies of #172DA3
Complementary color
Monochromatic Colors of #172DA3
Black with #172DA3
Text Example
Text Example
White with #172DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DA3; }
p { color: rgb(23,45,163); }
H1.HeaderClassName
{
color: #172DA3;
}
.AnyTagClassName
{
color: #172DA3;
}
</style>
background-color css
<style>
a { background-color: #172DA3; }
a { background-color: rgb(23,45,163); }
div.DivClassName
{
background-color: #172DA3;
}
.BgClassName
{
background-color: #172DA3;
}
</style>
border-color css
<style>
span { border-color: #172DA3; }
span { border-color: rgb(23,45,163); }
td.TdClassName
{
border-color: #172DA3;
}
.TagClassName
{
border-color: #172DA3;
}
</style>