Shades of Egyptian Blue #172D95
Tints of Egyptian Blue #172D95
RGB
CMYK
RGB Variations
Color information
#172D95 (or 0x172D95) is known color: Egyptian Blue. HEX triplet: 17, 2D and 95. RGB value is (23,45,149). Sum of RGB (Red+Green+Blue) = 23+45+149=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #172D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172D95 is #E8D26A. Grayscale: #313131. Windows color (decimal): -15258219 or 9776407. OLE color: 9776407.
HSL color Cylindrical-coordinate representation of color #172D95: hue angle of 229.52º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172D95 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 45 | 149 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.42 |
| HSL | 229.52º | 0.73% | 0.34% | - |
| HSV(B) | 229.52º | 0.85% | 0.58% | - |
| XYZ | 6.72 | 4.23 | 28.9 | - |
| YUV | 50.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 149 | 0.85 | 0.70 | 0 | 0.42 | 229.52 | 0.73 | 0.34 |
| Hex | 17 | 2D | 95 | 55 | 46 | 0 | 2A | E6 | 49 | 22 |
| Octal | 27 | 55 | 225 | 125 | 106 | 0 | 52 | 346 | 111 | 42 |
| Binary | 10111 | 101101 | 10010101 | 1010101 | 1000110 | 0 | 101010 | 11100110 | 1001001 | 100010 |
Color Harmonies of #172D95
Complementary color
Monochromatic Colors of #172D95
Black with #172D95
Text Example
Text Example
White with #172D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D95; }
p { color: rgb(23,45,149); }
H1.HeaderClassName
{
color: #172D95;
}
.AnyTagClassName
{
color: #172D95;
}
</style>
background-color css
<style>
a { background-color: #172D95; }
a { background-color: rgb(23,45,149); }
div.DivClassName
{
background-color: #172D95;
}
.BgClassName
{
background-color: #172D95;
}
</style>
border-color css
<style>
span { border-color: #172D95; }
span { border-color: rgb(23,45,149); }
td.TdClassName
{
border-color: #172D95;
}
.TagClassName
{
border-color: #172D95;
}
</style>