Shades of Egyptian Blue #17409F
Tints of Egyptian Blue #17409F
RGB
CMYK
RGB Variations
Color information
#17409F (or 0x17409F) is known color: Egyptian Blue. HEX triplet: 17, 40 and 9F. RGB value is (23,64,159). Sum of RGB (Red+Green+Blue) = 23+64+159=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #17409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17409F is #E8BF60. Grayscale: #3E3E3E. Windows color (decimal): -15253345 or 10436631. OLE color: 10436631.
HSL color Cylindrical-coordinate representation of color #17409F: hue angle of 221.91º 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 #17409F is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 64 | 159 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.38 |
| HSL | 221.91º | 0.75% | 0.36% | - |
| HSV(B) | 221.91º | 0.86% | 0.62% | - |
| XYZ | 8.44 | 6.35 | 33.58 | - |
| YUV | 62.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 159 | 0.86 | 0.60 | 0 | 0.38 | 221.91 | 0.75 | 0.36 |
| Hex | 17 | 40 | 9F | 56 | 3C | 0 | 26 | DE | 4B | 24 |
| Octal | 27 | 100 | 237 | 126 | 74 | 0 | 46 | 336 | 113 | 44 |
| Binary | 10111 | 1000000 | 10011111 | 1010110 | 111100 | 0 | 100110 | 11011110 | 1001011 | 100100 |
Color Harmonies of #17409F
Complementary color
Monochromatic Colors of #17409F
Black with #17409F
Text Example
Text Example
White with #17409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17409F; }
p { color: rgb(23,64,159); }
H1.HeaderClassName
{
color: #17409F;
}
.AnyTagClassName
{
color: #17409F;
}
</style>
background-color css
<style>
a { background-color: #17409F; }
a { background-color: rgb(23,64,159); }
div.DivClassName
{
background-color: #17409F;
}
.BgClassName
{
background-color: #17409F;
}
</style>
border-color css
<style>
span { border-color: #17409F; }
span { border-color: rgb(23,64,159); }
td.TdClassName
{
border-color: #17409F;
}
.TagClassName
{
border-color: #17409F;
}
</style>