Shades of Egyptian Blue #173BA5
Tints of Egyptian Blue #173BA5
RGB
CMYK
RGB Variations
Color information
#173BA5 (or 0x173BA5) is known color: Egyptian Blue. HEX triplet: 17, 3B and A5. RGB value is (23,59,165). Sum of RGB (Red+Green+Blue) = 23+59+165=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #173BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173BA5 is #E8C45A. Grayscale: #3B3B3B. Windows color (decimal): -15254619 or 10828567. OLE color: 10828567.
HSL color Cylindrical-coordinate representation of color #173BA5: hue angle of 224.79º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #173BA5 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 59 | 165 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.35 |
| HSL | 224.79º | 0.76% | 0.37% | - |
| HSV(B) | 224.79º | 0.86% | 0.65% | - |
| XYZ | 8.71 | 6.03 | 36.3 | - |
| YUV | 60.32 | 187.07 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 165 | 0.86 | 0.64 | 0 | 0.35 | 224.79 | 0.76 | 0.37 |
| Hex | 17 | 3B | A5 | 56 | 40 | 0 | 23 | E1 | 4C | 25 |
| Octal | 27 | 73 | 245 | 126 | 100 | 0 | 43 | 341 | 114 | 45 |
| Binary | 10111 | 111011 | 10100101 | 1010110 | 1000000 | 0 | 100011 | 11100001 | 1001100 | 100101 |
Color Harmonies of #173BA5
Complementary color
Monochromatic Colors of #173BA5
Black with #173BA5
Text Example
Text Example
White with #173BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BA5; }
p { color: rgb(23,59,165); }
H1.HeaderClassName
{
color: #173BA5;
}
.AnyTagClassName
{
color: #173BA5;
}
</style>
background-color css
<style>
a { background-color: #173BA5; }
a { background-color: rgb(23,59,165); }
div.DivClassName
{
background-color: #173BA5;
}
.BgClassName
{
background-color: #173BA5;
}
</style>
border-color css
<style>
span { border-color: #173BA5; }
span { border-color: rgb(23,59,165); }
td.TdClassName
{
border-color: #173BA5;
}
.TagClassName
{
border-color: #173BA5;
}
</style>