Shades of Egyptian Blue #173F8F
Tints of Egyptian Blue #173F8F
RGB
CMYK
RGB Variations
Color information
#173F8F (or 0x173F8F) is known color: Egyptian Blue. HEX triplet: 17, 3F and 8F. RGB value is (23,63,143). Sum of RGB (Red+Green+Blue) = 23+63+143=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #173F8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173F8F is #E8C070. Grayscale: #3B3B3B. Windows color (decimal): -15253617 or 9387799. OLE color: 9387799.
HSL color Cylindrical-coordinate representation of color #173F8F: hue angle of 220º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #173F8F is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 63 | 143 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.44 |
| HSL | 220º | 0.72% | 0.33% | - |
| HSV(B) | 220º | 0.84% | 0.56% | - |
| XYZ | 7.09 | 5.72 | 26.72 | - |
| YUV | 60.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 143 | 0.84 | 0.56 | 0 | 0.44 | 220 | 0.72 | 0.33 |
| Hex | 17 | 3F | 8F | 54 | 38 | 0 | 2C | DC | 48 | 21 |
| Octal | 27 | 77 | 217 | 124 | 70 | 0 | 54 | 334 | 110 | 41 |
| Binary | 10111 | 111111 | 10001111 | 1010100 | 111000 | 0 | 101100 | 11011100 | 1001000 | 100001 |
Color Harmonies of #173F8F
Complementary color
Monochromatic Colors of #173F8F
Black with #173F8F
Text Example
Text Example
White with #173F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F8F; }
p { color: rgb(23,63,143); }
H1.HeaderClassName
{
color: #173F8F;
}
.AnyTagClassName
{
color: #173F8F;
}
</style>
background-color css
<style>
a { background-color: #173F8F; }
a { background-color: rgb(23,63,143); }
div.DivClassName
{
background-color: #173F8F;
}
.BgClassName
{
background-color: #173F8F;
}
</style>
border-color css
<style>
span { border-color: #173F8F; }
span { border-color: rgb(23,63,143); }
td.TdClassName
{
border-color: #173F8F;
}
.TagClassName
{
border-color: #173F8F;
}
</style>