Shades of Egyptian Blue #174195
Tints of Egyptian Blue #174195
RGB
CMYK
RGB Variations
Color information
#174195 (or 0x174195) is known color: Egyptian Blue. HEX triplet: 17, 41 and 95. RGB value is (23,65,149). Sum of RGB (Red+Green+Blue) = 23+65+149=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #174195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174195 is #E8BE6A. Grayscale: #3D3D3D. Windows color (decimal): -15253099 or 9781527. OLE color: 9781527.
HSL color Cylindrical-coordinate representation of color #174195: hue angle of 220º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174195 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 65 | 149 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.42 |
| HSL | 220º | 0.73% | 0.34% | - |
| HSV(B) | 220º | 0.85% | 0.58% | - |
| XYZ | 7.67 | 6.13 | 29.21 | - |
| YUV | 62.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 149 | 0.85 | 0.56 | 0 | 0.42 | 220 | 0.73 | 0.34 |
| Hex | 17 | 41 | 95 | 55 | 38 | 0 | 2A | DC | 49 | 22 |
| Octal | 27 | 101 | 225 | 125 | 70 | 0 | 52 | 334 | 111 | 42 |
| Binary | 10111 | 1000001 | 10010101 | 1010101 | 111000 | 0 | 101010 | 11011100 | 1001001 | 100010 |
Color Harmonies of #174195
Complementary color
Monochromatic Colors of #174195
Black with #174195
Text Example
Text Example
White with #174195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174195; }
p { color: rgb(23,65,149); }
H1.HeaderClassName
{
color: #174195;
}
.AnyTagClassName
{
color: #174195;
}
</style>
background-color css
<style>
a { background-color: #174195; }
a { background-color: rgb(23,65,149); }
div.DivClassName
{
background-color: #174195;
}
.BgClassName
{
background-color: #174195;
}
</style>
border-color css
<style>
span { border-color: #174195; }
span { border-color: rgb(23,65,149); }
td.TdClassName
{
border-color: #174195;
}
.TagClassName
{
border-color: #174195;
}
</style>