Shades of Egyptian Blue #17459D
Tints of Egyptian Blue #17459D
RGB
CMYK
RGB Variations
Color information
#17459D (or 0x17459D) is known color: Egyptian Blue. HEX triplet: 17, 45 and 9D. RGB value is (23,69,157). Sum of RGB (Red+Green+Blue) = 23+69+157=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #17459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17459D is #E8BA62. Grayscale: #404040. Windows color (decimal): -15252067 or 10306839. OLE color: 10306839.
HSL color Cylindrical-coordinate representation of color #17459D: hue angle of 219.4º degrees, saturation: 0.74, 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 #17459D is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 69 | 157 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.38 |
| HSL | 219.4º | 0.74% | 0.35% | - |
| HSV(B) | 219.4º | 0.85% | 0.62% | - |
| XYZ | 8.57 | 6.87 | 32.77 | - |
| YUV | 65.28 | 179.76 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 157 | 0.85 | 0.56 | 0 | 0.38 | 219.4 | 0.74 | 0.35 |
| Hex | 17 | 45 | 9D | 55 | 38 | 0 | 26 | DB | 4A | 23 |
| Octal | 27 | 105 | 235 | 125 | 70 | 0 | 46 | 333 | 112 | 43 |
| Binary | 10111 | 1000101 | 10011101 | 1010101 | 111000 | 0 | 100110 | 11011011 | 1001010 | 100011 |
Color Harmonies of #17459D
Complementary color
Monochromatic Colors of #17459D
Black with #17459D
Text Example
Text Example
White with #17459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17459D; }
p { color: rgb(23,69,157); }
H1.HeaderClassName
{
color: #17459D;
}
.AnyTagClassName
{
color: #17459D;
}
</style>
background-color css
<style>
a { background-color: #17459D; }
a { background-color: rgb(23,69,157); }
div.DivClassName
{
background-color: #17459D;
}
.BgClassName
{
background-color: #17459D;
}
</style>
border-color css
<style>
span { border-color: #17459D; }
span { border-color: rgb(23,69,157); }
td.TdClassName
{
border-color: #17459D;
}
.TagClassName
{
border-color: #17459D;
}
</style>