Shades of Egyptian Blue #173DAA
Tints of Egyptian Blue #173DAA
RGB
CMYK
RGB Variations
Color information
#173DAA (or 0x173DAA) is known color: Egyptian Blue. HEX triplet: 17, 3D and AA. RGB value is (23,61,170). Sum of RGB (Red+Green+Blue) = 23+61+170=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #173DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173DAA is #E8C255. Grayscale: #3D3D3D. Windows color (decimal): -15254102 or 11156759. OLE color: 11156759.
HSL color Cylindrical-coordinate representation of color #173DAA: hue angle of 224.49º 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 #173DAA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 61 | 170 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.33 |
| HSL | 224.49º | 0.76% | 0.38% | - |
| HSV(B) | 224.49º | 0.86% | 0.67% | - |
| XYZ | 9.28 | 6.42 | 38.78 | - |
| YUV | 62.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 170 | 0.86 | 0.64 | 0 | 0.33 | 224.49 | 0.76 | 0.38 |
| Hex | 17 | 3D | AA | 56 | 40 | 0 | 21 | E0 | 4C | 26 |
| Octal | 27 | 75 | 252 | 126 | 100 | 0 | 41 | 340 | 114 | 46 |
| Binary | 10111 | 111101 | 10101010 | 1010110 | 1000000 | 0 | 100001 | 11100000 | 1001100 | 100110 |
Color Harmonies of #173DAA
Complementary color
Monochromatic Colors of #173DAA
Black with #173DAA
Text Example
Text Example
White with #173DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DAA; }
p { color: rgb(23,61,170); }
H1.HeaderClassName
{
color: #173DAA;
}
.AnyTagClassName
{
color: #173DAA;
}
</style>
background-color css
<style>
a { background-color: #173DAA; }
a { background-color: rgb(23,61,170); }
div.DivClassName
{
background-color: #173DAA;
}
.BgClassName
{
background-color: #173DAA;
}
</style>
border-color css
<style>
span { border-color: #173DAA; }
span { border-color: rgb(23,61,170); }
td.TdClassName
{
border-color: #173DAA;
}
.TagClassName
{
border-color: #173DAA;
}
</style>