Shades of Egyptian Blue #174197
Tints of Egyptian Blue #174197
RGB
CMYK
RGB Variations
Color information
#174197 (or 0x174197) is known color: Egyptian Blue. HEX triplet: 17, 41 and 97. RGB value is (23,65,151). Sum of RGB (Red+Green+Blue) = 23+65+151=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #174197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174197 is #E8BE68. Grayscale: #3D3D3D. Windows color (decimal): -15253097 or 9912599. OLE color: 9912599.
HSL color Cylindrical-coordinate representation of color #174197: hue angle of 220.31º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174197 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 65 | 151 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.41 |
| HSL | 220.31º | 0.74% | 0.34% | - |
| HSV(B) | 220.31º | 0.85% | 0.59% | - |
| XYZ | 7.83 | 6.2 | 30.06 | - |
| YUV | 62.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 151 | 0.85 | 0.57 | 0 | 0.41 | 220.31 | 0.74 | 0.34 |
| Hex | 17 | 41 | 97 | 55 | 39 | 0 | 29 | DC | 4A | 22 |
| Octal | 27 | 101 | 227 | 125 | 71 | 0 | 51 | 334 | 112 | 42 |
| Binary | 10111 | 1000001 | 10010111 | 1010101 | 111001 | 0 | 101001 | 11011100 | 1001010 | 100010 |
Color Harmonies of #174197
Complementary color
Monochromatic Colors of #174197
Black with #174197
Text Example
Text Example
White with #174197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174197; }
p { color: rgb(23,65,151); }
H1.HeaderClassName
{
color: #174197;
}
.AnyTagClassName
{
color: #174197;
}
</style>
background-color css
<style>
a { background-color: #174197; }
a { background-color: rgb(23,65,151); }
div.DivClassName
{
background-color: #174197;
}
.BgClassName
{
background-color: #174197;
}
</style>
border-color css
<style>
span { border-color: #174197; }
span { border-color: rgb(23,65,151); }
td.TdClassName
{
border-color: #174197;
}
.TagClassName
{
border-color: #174197;
}
</style>