Shades of Egyptian Blue #173FAC
Tints of Egyptian Blue #173FAC
RGB
CMYK
RGB Variations
Color information
#173FAC (or 0x173FAC) is known color: Egyptian Blue. HEX triplet: 17, 3F and AC. RGB value is (23,63,172). Sum of RGB (Red+Green+Blue) = 23+63+172=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #173FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173FAC is #E8C053. Grayscale: #3E3E3E. Windows color (decimal): -15253588 or 11288343. OLE color: 11288343.
HSL color Cylindrical-coordinate representation of color #173FAC: hue angle of 223.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #173FAC is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 63 | 172 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.33 |
| HSL | 223.89º | 0.76% | 0.38% | - |
| HSV(B) | 223.89º | 0.87% | 0.67% | - |
| XYZ | 9.58 | 6.72 | 39.82 | - |
| YUV | 63.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 172 | 0.87 | 0.63 | 0 | 0.33 | 223.89 | 0.76 | 0.38 |
| Hex | 17 | 3F | AC | 57 | 3F | 0 | 21 | E0 | 4C | 26 |
| Octal | 27 | 77 | 254 | 127 | 77 | 0 | 41 | 340 | 114 | 46 |
| Binary | 10111 | 111111 | 10101100 | 1010111 | 111111 | 0 | 100001 | 11100000 | 1001100 | 100110 |
Color Harmonies of #173FAC
Complementary color
Monochromatic Colors of #173FAC
Black with #173FAC
Text Example
Text Example
White with #173FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FAC; }
p { color: rgb(23,63,172); }
H1.HeaderClassName
{
color: #173FAC;
}
.AnyTagClassName
{
color: #173FAC;
}
</style>
background-color css
<style>
a { background-color: #173FAC; }
a { background-color: rgb(23,63,172); }
div.DivClassName
{
background-color: #173FAC;
}
.BgClassName
{
background-color: #173FAC;
}
</style>
border-color css
<style>
span { border-color: #173FAC; }
span { border-color: rgb(23,63,172); }
td.TdClassName
{
border-color: #173FAC;
}
.TagClassName
{
border-color: #173FAC;
}
</style>