Shades of Egyptian Blue #17409E
Tints of Egyptian Blue #17409E
RGB
CMYK
RGB Variations
Color information
#17409E (or 0x17409E) is known color: Egyptian Blue. HEX triplet: 17, 40 and 9E. RGB value is (23,64,158). Sum of RGB (Red+Green+Blue) = 23+64+158=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #17409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17409E is #E8BF61. Grayscale: #3E3E3E. Windows color (decimal): -15253346 or 10371095. OLE color: 10371095.
HSL color Cylindrical-coordinate representation of color #17409E: hue angle of 221.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17409E is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 64 | 158 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.38 |
| HSL | 221.78º | 0.75% | 0.35% | - |
| HSV(B) | 221.78º | 0.85% | 0.62% | - |
| XYZ | 8.36 | 6.32 | 33.13 | - |
| YUV | 62.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 158 | 0.85 | 0.59 | 0 | 0.38 | 221.78 | 0.75 | 0.35 |
| Hex | 17 | 40 | 9E | 55 | 3B | 0 | 26 | DE | 4B | 23 |
| Octal | 27 | 100 | 236 | 125 | 73 | 0 | 46 | 336 | 113 | 43 |
| Binary | 10111 | 1000000 | 10011110 | 1010101 | 111011 | 0 | 100110 | 11011110 | 1001011 | 100011 |
Color Harmonies of #17409E
Complementary color
Monochromatic Colors of #17409E
Black with #17409E
Text Example
Text Example
White with #17409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17409E; }
p { color: rgb(23,64,158); }
H1.HeaderClassName
{
color: #17409E;
}
.AnyTagClassName
{
color: #17409E;
}
</style>
background-color css
<style>
a { background-color: #17409E; }
a { background-color: rgb(23,64,158); }
div.DivClassName
{
background-color: #17409E;
}
.BgClassName
{
background-color: #17409E;
}
</style>
border-color css
<style>
span { border-color: #17409E; }
span { border-color: rgb(23,64,158); }
td.TdClassName
{
border-color: #17409E;
}
.TagClassName
{
border-color: #17409E;
}
</style>