Shades of Egyptian Blue #173FAA
Tints of Egyptian Blue #173FAA
RGB
CMYK
RGB Variations
Color information
#173FAA (or 0x173FAA) is known color: Egyptian Blue. HEX triplet: 17, 3F and AA. RGB value is (23,63,170). Sum of RGB (Red+Green+Blue) = 23+63+170=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #173FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173FAA is #E8C055. Grayscale: #3E3E3E. Windows color (decimal): -15253590 or 11157271. OLE color: 11157271.
HSL color Cylindrical-coordinate representation of color #173FAA: hue angle of 223.67º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #173FAA is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 63 | 170 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.33 |
| HSL | 223.67º | 0.76% | 0.38% | - |
| HSV(B) | 223.67º | 0.86% | 0.67% | - |
| XYZ | 9.39 | 6.64 | 38.82 | - |
| YUV | 63.24 | 188.25 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 170 | 0.86 | 0.63 | 0 | 0.33 | 223.67 | 0.76 | 0.38 |
| Hex | 17 | 3F | AA | 56 | 3F | 0 | 21 | E0 | 4C | 26 |
| Octal | 27 | 77 | 252 | 126 | 77 | 0 | 41 | 340 | 114 | 46 |
| Binary | 10111 | 111111 | 10101010 | 1010110 | 111111 | 0 | 100001 | 11100000 | 1001100 | 100110 |
Color Harmonies of #173FAA
Complementary color
Monochromatic Colors of #173FAA
Black with #173FAA
Text Example
Text Example
White with #173FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FAA; }
p { color: rgb(23,63,170); }
H1.HeaderClassName
{
color: #173FAA;
}
.AnyTagClassName
{
color: #173FAA;
}
</style>
background-color css
<style>
a { background-color: #173FAA; }
a { background-color: rgb(23,63,170); }
div.DivClassName
{
background-color: #173FAA;
}
.BgClassName
{
background-color: #173FAA;
}
</style>
border-color css
<style>
span { border-color: #173FAA; }
span { border-color: rgb(23,63,170); }
td.TdClassName
{
border-color: #173FAA;
}
.TagClassName
{
border-color: #173FAA;
}
</style>