Shades of Egyptian Blue #174499
Tints of Egyptian Blue #174499
RGB
CMYK
RGB Variations
Color information
#174499 (or 0x174499) is known color: Egyptian Blue. HEX triplet: 17, 44 and 99. RGB value is (23,68,153). Sum of RGB (Red+Green+Blue) = 23+68+153=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #174499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174499 is #E8BB66. Grayscale: #3F3F3F. Windows color (decimal): -15252327 or 10044439. OLE color: 10044439.
HSL color Cylindrical-coordinate representation of color #174499: hue angle of 219.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174499 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 68 | 153 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.4 |
| HSL | 219.23º | 0.74% | 0.35% | - |
| HSV(B) | 219.23º | 0.85% | 0.6% | - |
| XYZ | 8.17 | 6.62 | 30.98 | - |
| YUV | 64.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 153 | 0.85 | 0.56 | 0 | 0.4 | 219.23 | 0.74 | 0.35 |
| Hex | 17 | 44 | 99 | 55 | 38 | 0 | 28 | DB | 4A | 23 |
| Octal | 27 | 104 | 231 | 125 | 70 | 0 | 50 | 333 | 112 | 43 |
| Binary | 10111 | 1000100 | 10011001 | 1010101 | 111000 | 0 | 101000 | 11011011 | 1001010 | 100011 |
Color Harmonies of #174499
Complementary color
Monochromatic Colors of #174499
Black with #174499
Text Example
Text Example
White with #174499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174499; }
p { color: rgb(23,68,153); }
H1.HeaderClassName
{
color: #174499;
}
.AnyTagClassName
{
color: #174499;
}
</style>
background-color css
<style>
a { background-color: #174499; }
a { background-color: rgb(23,68,153); }
div.DivClassName
{
background-color: #174499;
}
.BgClassName
{
background-color: #174499;
}
</style>
border-color css
<style>
span { border-color: #174499; }
span { border-color: rgb(23,68,153); }
td.TdClassName
{
border-color: #174499;
}
.TagClassName
{
border-color: #174499;
}
</style>