Shades of Egyptian Blue #172E9F
Tints of Egyptian Blue #172E9F
RGB
CMYK
RGB Variations
Color information
#172E9F (or 0x172E9F) is known color: Egyptian Blue. HEX triplet: 17, 2E and 9F. RGB value is (23,46,159). Sum of RGB (Red+Green+Blue) = 23+46+159=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #172E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172E9F is #E8D160. Grayscale: #333333. Windows color (decimal): -15257953 or 10432023. OLE color: 10432023.
HSL color Cylindrical-coordinate representation of color #172E9F: hue angle of 229.85º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172E9F is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 46 | 159 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.38 |
| HSL | 229.85º | 0.75% | 0.36% | - |
| HSV(B) | 229.85º | 0.86% | 0.62% | - |
| XYZ | 7.59 | 4.64 | 33.3 | - |
| YUV | 52.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 159 | 0.86 | 0.71 | 0 | 0.38 | 229.85 | 0.75 | 0.36 |
| Hex | 17 | 2E | 9F | 56 | 47 | 0 | 26 | E6 | 4B | 24 |
| Octal | 27 | 56 | 237 | 126 | 107 | 0 | 46 | 346 | 113 | 44 |
| Binary | 10111 | 101110 | 10011111 | 1010110 | 1000111 | 0 | 100110 | 11100110 | 1001011 | 100100 |
Color Harmonies of #172E9F
Complementary color
Monochromatic Colors of #172E9F
Black with #172E9F
Text Example
Text Example
White with #172E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E9F; }
p { color: rgb(23,46,159); }
H1.HeaderClassName
{
color: #172E9F;
}
.AnyTagClassName
{
color: #172E9F;
}
</style>
background-color css
<style>
a { background-color: #172E9F; }
a { background-color: rgb(23,46,159); }
div.DivClassName
{
background-color: #172E9F;
}
.BgClassName
{
background-color: #172E9F;
}
</style>
border-color css
<style>
span { border-color: #172E9F; }
span { border-color: rgb(23,46,159); }
td.TdClassName
{
border-color: #172E9F;
}
.TagClassName
{
border-color: #172E9F;
}
</style>