Shades of Egyptian Blue #17409B
Tints of Egyptian Blue #17409B
RGB
CMYK
RGB Variations
Color information
#17409B (or 0x17409B) is known color: Egyptian Blue. HEX triplet: 17, 40 and 9B. RGB value is (23,64,155). Sum of RGB (Red+Green+Blue) = 23+64+155=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #17409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17409B is #E8BF64. Grayscale: #3D3D3D. Windows color (decimal): -15253349 or 10174487. OLE color: 10174487.
HSL color Cylindrical-coordinate representation of color #17409B: hue angle of 221.36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17409B is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 64 | 155 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.39 |
| HSL | 221.36º | 0.74% | 0.35% | - |
| HSV(B) | 221.36º | 0.85% | 0.61% | - |
| XYZ | 8.1 | 6.22 | 31.78 | - |
| YUV | 62.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 155 | 0.85 | 0.59 | 0 | 0.39 | 221.36 | 0.74 | 0.35 |
| Hex | 17 | 40 | 9B | 55 | 3B | 0 | 27 | DD | 4A | 23 |
| Octal | 27 | 100 | 233 | 125 | 73 | 0 | 47 | 335 | 112 | 43 |
| Binary | 10111 | 1000000 | 10011011 | 1010101 | 111011 | 0 | 100111 | 11011101 | 1001010 | 100011 |
Color Harmonies of #17409B
Complementary color
Monochromatic Colors of #17409B
Black with #17409B
Text Example
Text Example
White with #17409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17409B; }
p { color: rgb(23,64,155); }
H1.HeaderClassName
{
color: #17409B;
}
.AnyTagClassName
{
color: #17409B;
}
</style>
background-color css
<style>
a { background-color: #17409B; }
a { background-color: rgb(23,64,155); }
div.DivClassName
{
background-color: #17409B;
}
.BgClassName
{
background-color: #17409B;
}
</style>
border-color css
<style>
span { border-color: #17409B; }
span { border-color: rgb(23,64,155); }
td.TdClassName
{
border-color: #17409B;
}
.TagClassName
{
border-color: #17409B;
}
</style>