Shades of Egyptian Blue #174196
Tints of Egyptian Blue #174196
RGB
CMYK
RGB Variations
Color information
#174196 (or 0x174196) is known color: Egyptian Blue. HEX triplet: 17, 41 and 96. RGB value is (23,65,150). Sum of RGB (Red+Green+Blue) = 23+65+150=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #174196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174196 is #E8BE69. Grayscale: #3D3D3D. Windows color (decimal): -15253098 or 9847063. OLE color: 9847063.
HSL color Cylindrical-coordinate representation of color #174196: hue angle of 220.16º degrees, saturation: 0.73, 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 #174196 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 65 | 150 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.41 |
| HSL | 220.16º | 0.73% | 0.34% | - |
| HSV(B) | 220.16º | 0.85% | 0.59% | - |
| XYZ | 7.75 | 6.16 | 29.64 | - |
| YUV | 62.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 150 | 0.85 | 0.57 | 0 | 0.41 | 220.16 | 0.73 | 0.34 |
| Hex | 17 | 41 | 96 | 55 | 39 | 0 | 29 | DC | 49 | 22 |
| Octal | 27 | 101 | 226 | 125 | 71 | 0 | 51 | 334 | 111 | 42 |
| Binary | 10111 | 1000001 | 10010110 | 1010101 | 111001 | 0 | 101001 | 11011100 | 1001001 | 100010 |
Color Harmonies of #174196
Complementary color
Monochromatic Colors of #174196
Black with #174196
Text Example
Text Example
White with #174196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174196; }
p { color: rgb(23,65,150); }
H1.HeaderClassName
{
color: #174196;
}
.AnyTagClassName
{
color: #174196;
}
</style>
background-color css
<style>
a { background-color: #174196; }
a { background-color: rgb(23,65,150); }
div.DivClassName
{
background-color: #174196;
}
.BgClassName
{
background-color: #174196;
}
</style>
border-color css
<style>
span { border-color: #174196; }
span { border-color: rgb(23,65,150); }
td.TdClassName
{
border-color: #174196;
}
.TagClassName
{
border-color: #174196;
}
</style>