Shades of Egyptian Blue #173299
Tints of Egyptian Blue #173299
RGB
CMYK
RGB Variations
Color information
#173299 (or 0x173299) is known color: Egyptian Blue. HEX triplet: 17, 32 and 99. RGB value is (23,50,153). Sum of RGB (Red+Green+Blue) = 23+50+153=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #173299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173299 is #E8CD66. Grayscale: #353535. Windows color (decimal): -15256935 or 10039831. OLE color: 10039831.
HSL color Cylindrical-coordinate representation of color #173299: hue angle of 227.54º 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 #173299 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 50 | 153 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.4 |
| HSL | 227.54º | 0.74% | 0.35% | - |
| HSV(B) | 227.54º | 0.85% | 0.6% | - |
| XYZ | 7.24 | 4.76 | 30.67 | - |
| YUV | 53.67 | 184.05 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 153 | 0.85 | 0.67 | 0 | 0.4 | 227.54 | 0.74 | 0.35 |
| Hex | 17 | 32 | 99 | 55 | 43 | 0 | 28 | E4 | 4A | 23 |
| Octal | 27 | 62 | 231 | 125 | 103 | 0 | 50 | 344 | 112 | 43 |
| Binary | 10111 | 110010 | 10011001 | 1010101 | 1000011 | 0 | 101000 | 11100100 | 1001010 | 100011 |
Color Harmonies of #173299
Complementary color
Monochromatic Colors of #173299
Black with #173299
Text Example
Text Example
White with #173299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173299; }
p { color: rgb(23,50,153); }
H1.HeaderClassName
{
color: #173299;
}
.AnyTagClassName
{
color: #173299;
}
</style>
background-color css
<style>
a { background-color: #173299; }
a { background-color: rgb(23,50,153); }
div.DivClassName
{
background-color: #173299;
}
.BgClassName
{
background-color: #173299;
}
</style>
border-color css
<style>
span { border-color: #173299; }
span { border-color: rgb(23,50,153); }
td.TdClassName
{
border-color: #173299;
}
.TagClassName
{
border-color: #173299;
}
</style>