Shades of Egyptian Blue #174099
Tints of Egyptian Blue #174099
RGB
CMYK
RGB Variations
Color information
#174099 (or 0x174099) is known color: Egyptian Blue. HEX triplet: 17, 40 and 99. RGB value is (23,64,153). Sum of RGB (Red+Green+Blue) = 23+64+153=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #174099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174099 is #E8BF66. Grayscale: #3D3D3D. Windows color (decimal): -15253351 or 10043415. OLE color: 10043415.
HSL color Cylindrical-coordinate representation of color #174099: hue angle of 221.08º 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 #174099 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 64 | 153 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.4 |
| HSL | 221.08º | 0.74% | 0.35% | - |
| HSV(B) | 221.08º | 0.85% | 0.6% | - |
| XYZ | 7.94 | 6.15 | 30.91 | - |
| YUV | 61.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 153 | 0.85 | 0.58 | 0 | 0.4 | 221.08 | 0.74 | 0.35 |
| Hex | 17 | 40 | 99 | 55 | 3A | 0 | 28 | DD | 4A | 23 |
| Octal | 27 | 100 | 231 | 125 | 72 | 0 | 50 | 335 | 112 | 43 |
| Binary | 10111 | 1000000 | 10011001 | 1010101 | 111010 | 0 | 101000 | 11011101 | 1001010 | 100011 |
Color Harmonies of #174099
Complementary color
Monochromatic Colors of #174099
Black with #174099
Text Example
Text Example
White with #174099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174099; }
p { color: rgb(23,64,153); }
H1.HeaderClassName
{
color: #174099;
}
.AnyTagClassName
{
color: #174099;
}
</style>
background-color css
<style>
a { background-color: #174099; }
a { background-color: rgb(23,64,153); }
div.DivClassName
{
background-color: #174099;
}
.BgClassName
{
background-color: #174099;
}
</style>
border-color css
<style>
span { border-color: #174099; }
span { border-color: rgb(23,64,153); }
td.TdClassName
{
border-color: #174099;
}
.TagClassName
{
border-color: #174099;
}
</style>