Shades of Egyptian Blue #173CAA
Tints of Egyptian Blue #173CAA
RGB
CMYK
RGB Variations
Color information
#173CAA (or 0x173CAA) is known color: Egyptian Blue. HEX triplet: 17, 3C and AA. RGB value is (23,60,170). Sum of RGB (Red+Green+Blue) = 23+60+170=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #173CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173CAA is #E8C355. Grayscale: #3D3D3D. Windows color (decimal): -15254358 or 11156503. OLE color: 11156503.
HSL color Cylindrical-coordinate representation of color #173CAA: hue angle of 224.9º 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 #173CAA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 60 | 170 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.33 |
| HSL | 224.9º | 0.76% | 0.38% | - |
| HSV(B) | 224.9º | 0.86% | 0.67% | - |
| XYZ | 9.22 | 6.32 | 38.76 | - |
| YUV | 61.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 170 | 0.86 | 0.65 | 0 | 0.33 | 224.9 | 0.76 | 0.38 |
| Hex | 17 | 3C | AA | 56 | 41 | 0 | 21 | E1 | 4C | 26 |
| Octal | 27 | 74 | 252 | 126 | 101 | 0 | 41 | 341 | 114 | 46 |
| Binary | 10111 | 111100 | 10101010 | 1010110 | 1000001 | 0 | 100001 | 11100001 | 1001100 | 100110 |
Color Harmonies of #173CAA
Complementary color
Monochromatic Colors of #173CAA
Black with #173CAA
Text Example
Text Example
White with #173CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CAA; }
p { color: rgb(23,60,170); }
H1.HeaderClassName
{
color: #173CAA;
}
.AnyTagClassName
{
color: #173CAA;
}
</style>
background-color css
<style>
a { background-color: #173CAA; }
a { background-color: rgb(23,60,170); }
div.DivClassName
{
background-color: #173CAA;
}
.BgClassName
{
background-color: #173CAA;
}
</style>
border-color css
<style>
span { border-color: #173CAA; }
span { border-color: rgb(23,60,170); }
td.TdClassName
{
border-color: #173CAA;
}
.TagClassName
{
border-color: #173CAA;
}
</style>