Shades of Egyptian Blue #174694
Tints of Egyptian Blue #174694
RGB
CMYK
RGB Variations
Color information
#174694 (or 0x174694) is known color: Egyptian Blue. HEX triplet: 17, 46 and 94. RGB value is (23,70,148). Sum of RGB (Red+Green+Blue) = 23+70+148=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #174694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174694 is #E8B96B. Grayscale: #404040. Windows color (decimal): -15251820 or 9717271. OLE color: 9717271.
HSL color Cylindrical-coordinate representation of color #174694: hue angle of 217.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 #174694 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 70 | 148 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.42 |
| HSL | 217.44º | 0.73% | 0.34% | - |
| HSV(B) | 217.44º | 0.84% | 0.58% | - |
| XYZ | 7.89 | 6.7 | 28.89 | - |
| YUV | 64.84 | 174.93 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 148 | 0.84 | 0.53 | 0 | 0.42 | 217.44 | 0.73 | 0.34 |
| Hex | 17 | 46 | 94 | 54 | 35 | 0 | 2A | D9 | 49 | 22 |
| Octal | 27 | 106 | 224 | 124 | 65 | 0 | 52 | 331 | 111 | 42 |
| Binary | 10111 | 1000110 | 10010100 | 1010100 | 110101 | 0 | 101010 | 11011001 | 1001001 | 100010 |
Color Harmonies of #174694
Complementary color
Monochromatic Colors of #174694
Black with #174694
Text Example
Text Example
White with #174694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174694; }
p { color: rgb(23,70,148); }
H1.HeaderClassName
{
color: #174694;
}
.AnyTagClassName
{
color: #174694;
}
</style>
background-color css
<style>
a { background-color: #174694; }
a { background-color: rgb(23,70,148); }
div.DivClassName
{
background-color: #174694;
}
.BgClassName
{
background-color: #174694;
}
</style>
border-color css
<style>
span { border-color: #174694; }
span { border-color: rgb(23,70,148); }
td.TdClassName
{
border-color: #174694;
}
.TagClassName
{
border-color: #174694;
}
</style>