Shades of Egyptian Blue #173394
Tints of Egyptian Blue #173394
RGB
CMYK
RGB Variations
Color information
#173394 (or 0x173394) is known color: Egyptian Blue. HEX triplet: 17, 33 and 94. RGB value is (23,51,148). Sum of RGB (Red+Green+Blue) = 23+51+148=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #173394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173394 is #E8CC6B. Grayscale: #353535. Windows color (decimal): -15256684 or 9712407. OLE color: 9712407.
HSL color Cylindrical-coordinate representation of color #173394: hue angle of 226.56º 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 #173394 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 51 | 148 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.42 |
| HSL | 226.56º | 0.73% | 0.34% | - |
| HSV(B) | 226.56º | 0.84% | 0.58% | - |
| XYZ | 6.88 | 4.69 | 28.56 | - |
| YUV | 53.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 148 | 0.84 | 0.66 | 0 | 0.42 | 226.56 | 0.73 | 0.34 |
| Hex | 17 | 33 | 94 | 54 | 42 | 0 | 2A | E3 | 49 | 22 |
| Octal | 27 | 63 | 224 | 124 | 102 | 0 | 52 | 343 | 111 | 42 |
| Binary | 10111 | 110011 | 10010100 | 1010100 | 1000010 | 0 | 101010 | 11100011 | 1001001 | 100010 |
Color Harmonies of #173394
Complementary color
Monochromatic Colors of #173394
Black with #173394
Text Example
Text Example
White with #173394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173394; }
p { color: rgb(23,51,148); }
H1.HeaderClassName
{
color: #173394;
}
.AnyTagClassName
{
color: #173394;
}
</style>
background-color css
<style>
a { background-color: #173394; }
a { background-color: rgb(23,51,148); }
div.DivClassName
{
background-color: #173394;
}
.BgClassName
{
background-color: #173394;
}
</style>
border-color css
<style>
span { border-color: #173394; }
span { border-color: rgb(23,51,148); }
td.TdClassName
{
border-color: #173394;
}
.TagClassName
{
border-color: #173394;
}
</style>