Shades of Egyptian Blue #172D94
Tints of Egyptian Blue #172D94
RGB
CMYK
RGB Variations
Color information
#172D94 (or 0x172D94) is known color: Egyptian Blue. HEX triplet: 17, 2D and 94. RGB value is (23,45,148). Sum of RGB (Red+Green+Blue) = 23+45+148=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #172D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172D94 is #E8D26B. Grayscale: #313131. Windows color (decimal): -15258220 or 9710871. OLE color: 9710871.
HSL color Cylindrical-coordinate representation of color #172D94: hue angle of 229.44º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172D94 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 45 | 148 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.42 |
| HSL | 229.44º | 0.73% | 0.34% | - |
| HSV(B) | 229.44º | 0.84% | 0.58% | - |
| XYZ | 6.64 | 4.2 | 28.48 | - |
| YUV | 50.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 148 | 0.84 | 0.70 | 0 | 0.42 | 229.44 | 0.73 | 0.34 |
| Hex | 17 | 2D | 94 | 54 | 46 | 0 | 2A | E5 | 49 | 22 |
| Octal | 27 | 55 | 224 | 124 | 106 | 0 | 52 | 345 | 111 | 42 |
| Binary | 10111 | 101101 | 10010100 | 1010100 | 1000110 | 0 | 101010 | 11100101 | 1001001 | 100010 |
Color Harmonies of #172D94
Complementary color
Monochromatic Colors of #172D94
Black with #172D94
Text Example
Text Example
White with #172D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D94; }
p { color: rgb(23,45,148); }
H1.HeaderClassName
{
color: #172D94;
}
.AnyTagClassName
{
color: #172D94;
}
</style>
background-color css
<style>
a { background-color: #172D94; }
a { background-color: rgb(23,45,148); }
div.DivClassName
{
background-color: #172D94;
}
.BgClassName
{
background-color: #172D94;
}
</style>
border-color css
<style>
span { border-color: #172D94; }
span { border-color: rgb(23,45,148); }
td.TdClassName
{
border-color: #172D94;
}
.TagClassName
{
border-color: #172D94;
}
</style>