Shades of Egyptian Blue #172DA6
Tints of Egyptian Blue #172DA6
RGB
CMYK
RGB Variations
Color information
#172DA6 (or 0x172DA6) is known color: Egyptian Blue. HEX triplet: 17, 2D and A6. RGB value is (23,45,166). Sum of RGB (Red+Green+Blue) = 23+45+166=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 166 (65.23% from 255 or 70.94% from 234); Max value from RGB is 166 - color contains mainly: blue. Hex color #172DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DA6 is #E8D259. Grayscale: #333333. Windows color (decimal): -15258202 or 10890519. OLE color: 10890519.
HSL color Cylindrical-coordinate representation of color #172DA6: hue angle of 230.77º 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 #172DA6 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 45 | 166 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.35 |
| HSL | 230.77º | 0.76% | 0.37% | - |
| HSV(B) | 230.77º | 0.86% | 0.65% | - |
| XYZ | 8.17 | 4.81 | 36.57 | - |
| YUV | 52.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 166 | 0.86 | 0.73 | 0 | 0.35 | 230.77 | 0.76 | 0.37 |
| Hex | 17 | 2D | A6 | 56 | 49 | 0 | 23 | E7 | 4C | 25 |
| Octal | 27 | 55 | 246 | 126 | 111 | 0 | 43 | 347 | 114 | 45 |
| Binary | 10111 | 101101 | 10100110 | 1010110 | 1001001 | 0 | 100011 | 11100111 | 1001100 | 100101 |
Color Harmonies of #172DA6
Complementary color
Monochromatic Colors of #172DA6
Black with #172DA6
Text Example
Text Example
White with #172DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DA6; }
p { color: rgb(23,45,166); }
H1.HeaderClassName
{
color: #172DA6;
}
.AnyTagClassName
{
color: #172DA6;
}
</style>
background-color css
<style>
a { background-color: #172DA6; }
a { background-color: rgb(23,45,166); }
div.DivClassName
{
background-color: #172DA6;
}
.BgClassName
{
background-color: #172DA6;
}
</style>
border-color css
<style>
span { border-color: #172DA6; }
span { border-color: rgb(23,45,166); }
td.TdClassName
{
border-color: #172DA6;
}
.TagClassName
{
border-color: #172DA6;
}
</style>