Shades of Egyptian Blue #172793
Tints of Egyptian Blue #172793
RGB
CMYK
RGB Variations
Color information
#172793 (or 0x172793) is known color: Egyptian Blue. HEX triplet: 17, 27 and 93. RGB value is (23,39,147). Sum of RGB (Red+Green+Blue) = 23+39+147=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #172793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172793 is #E8D86C. Grayscale: #2E2E2E. Windows color (decimal): -15259757 or 9643799. OLE color: 9643799.
HSL color Cylindrical-coordinate representation of color #172793: hue angle of 232.26º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172793 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 39 | 147 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.42 |
| HSL | 232.26º | 0.73% | 0.33% | - |
| HSV(B) | 232.26º | 0.84% | 0.58% | - |
| XYZ | 6.35 | 3.74 | 27.99 | - |
| YUV | 46.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 147 | 0.84 | 0.73 | 0 | 0.42 | 232.26 | 0.73 | 0.33 |
| Hex | 17 | 27 | 93 | 54 | 49 | 0 | 2A | E8 | 49 | 21 |
| Octal | 27 | 47 | 223 | 124 | 111 | 0 | 52 | 350 | 111 | 41 |
| Binary | 10111 | 100111 | 10010011 | 1010100 | 1001001 | 0 | 101010 | 11101000 | 1001001 | 100001 |
Color Harmonies of #172793
Complementary color
Monochromatic Colors of #172793
Black with #172793
Text Example
Text Example
White with #172793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172793; }
p { color: rgb(23,39,147); }
H1.HeaderClassName
{
color: #172793;
}
.AnyTagClassName
{
color: #172793;
}
</style>
background-color css
<style>
a { background-color: #172793; }
a { background-color: rgb(23,39,147); }
div.DivClassName
{
background-color: #172793;
}
.BgClassName
{
background-color: #172793;
}
</style>
border-color css
<style>
span { border-color: #172793; }
span { border-color: rgb(23,39,147); }
td.TdClassName
{
border-color: #172793;
}
.TagClassName
{
border-color: #172793;
}
</style>