Shades of Egyptian Blue #17459F
Tints of Egyptian Blue #17459F
RGB
CMYK
RGB Variations
Color information
#17459F (or 0x17459F) is known color: Egyptian Blue. HEX triplet: 17, 45 and 9F. RGB value is (23,69,159). Sum of RGB (Red+Green+Blue) = 23+69+159=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #17459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17459F is #E8BA60. Grayscale: #414141. Windows color (decimal): -15252065 or 10437911. OLE color: 10437911.
HSL color Cylindrical-coordinate representation of color #17459F: hue angle of 219.71º 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 #17459F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 69 | 159 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.38 |
| HSL | 219.71º | 0.75% | 0.36% | - |
| HSV(B) | 219.71º | 0.86% | 0.62% | - |
| XYZ | 8.74 | 6.94 | 33.68 | - |
| YUV | 65.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 159 | 0.86 | 0.57 | 0 | 0.38 | 219.71 | 0.75 | 0.36 |
| Hex | 17 | 45 | 9F | 56 | 39 | 0 | 26 | DC | 4B | 24 |
| Octal | 27 | 105 | 237 | 126 | 71 | 0 | 46 | 334 | 113 | 44 |
| Binary | 10111 | 1000101 | 10011111 | 1010110 | 111001 | 0 | 100110 | 11011100 | 1001011 | 100100 |
Color Harmonies of #17459F
Complementary color
Monochromatic Colors of #17459F
Black with #17459F
Text Example
Text Example
White with #17459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17459F; }
p { color: rgb(23,69,159); }
H1.HeaderClassName
{
color: #17459F;
}
.AnyTagClassName
{
color: #17459F;
}
</style>
background-color css
<style>
a { background-color: #17459F; }
a { background-color: rgb(23,69,159); }
div.DivClassName
{
background-color: #17459F;
}
.BgClassName
{
background-color: #17459F;
}
</style>
border-color css
<style>
span { border-color: #17459F; }
span { border-color: rgb(23,69,159); }
td.TdClassName
{
border-color: #17459F;
}
.TagClassName
{
border-color: #17459F;
}
</style>