Shades of Egyptian Blue #174599
Tints of Egyptian Blue #174599
RGB
CMYK
RGB Variations
Color information
#174599 (or 0x174599) is known color: Egyptian Blue. HEX triplet: 17, 45 and 99. RGB value is (23,69,153). Sum of RGB (Red+Green+Blue) = 23+69+153=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #174599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174599 is #E8BA66. Grayscale: #404040. Windows color (decimal): -15252071 or 10044695. OLE color: 10044695.
HSL color Cylindrical-coordinate representation of color #174599: hue angle of 218.77º 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 #174599 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 69 | 153 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.4 |
| HSL | 218.77º | 0.74% | 0.35% | - |
| HSV(B) | 218.77º | 0.85% | 0.6% | - |
| XYZ | 8.23 | 6.74 | 31 | - |
| YUV | 64.82 | 177.76 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 153 | 0.85 | 0.55 | 0 | 0.4 | 218.77 | 0.74 | 0.35 |
| Hex | 17 | 45 | 99 | 55 | 37 | 0 | 28 | DB | 4A | 23 |
| Octal | 27 | 105 | 231 | 125 | 67 | 0 | 50 | 333 | 112 | 43 |
| Binary | 10111 | 1000101 | 10011001 | 1010101 | 110111 | 0 | 101000 | 11011011 | 1001010 | 100011 |
Color Harmonies of #174599
Complementary color
Monochromatic Colors of #174599
Black with #174599
Text Example
Text Example
White with #174599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174599; }
p { color: rgb(23,69,153); }
H1.HeaderClassName
{
color: #174599;
}
.AnyTagClassName
{
color: #174599;
}
</style>
background-color css
<style>
a { background-color: #174599; }
a { background-color: rgb(23,69,153); }
div.DivClassName
{
background-color: #174599;
}
.BgClassName
{
background-color: #174599;
}
</style>
border-color css
<style>
span { border-color: #174599; }
span { border-color: rgb(23,69,153); }
td.TdClassName
{
border-color: #174599;
}
.TagClassName
{
border-color: #174599;
}
</style>