Shades of Egyptian Blue #17469F
Tints of Egyptian Blue #17469F
RGB
CMYK
RGB Variations
Color information
#17469F (or 0x17469F) is known color: Egyptian Blue. HEX triplet: 17, 46 and 9F. RGB value is (23,70,159). Sum of RGB (Red+Green+Blue) = 23+70+159=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #17469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17469F is #E8B960. Grayscale: #414141. Windows color (decimal): -15251809 or 10438167. OLE color: 10438167.
HSL color Cylindrical-coordinate representation of color #17469F: hue angle of 219.26º 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 #17469F is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 70 | 159 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.38 |
| HSL | 219.26º | 0.75% | 0.36% | - |
| HSV(B) | 219.26º | 0.86% | 0.62% | - |
| XYZ | 8.8 | 7.07 | 33.7 | - |
| YUV | 66.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 159 | 0.86 | 0.56 | 0 | 0.38 | 219.26 | 0.75 | 0.36 |
| Hex | 17 | 46 | 9F | 56 | 38 | 0 | 26 | DB | 4B | 24 |
| Octal | 27 | 106 | 237 | 126 | 70 | 0 | 46 | 333 | 113 | 44 |
| Binary | 10111 | 1000110 | 10011111 | 1010110 | 111000 | 0 | 100110 | 11011011 | 1001011 | 100100 |
Color Harmonies of #17469F
Complementary color
Monochromatic Colors of #17469F
Black with #17469F
Text Example
Text Example
White with #17469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17469F; }
p { color: rgb(23,70,159); }
H1.HeaderClassName
{
color: #17469F;
}
.AnyTagClassName
{
color: #17469F;
}
</style>
background-color css
<style>
a { background-color: #17469F; }
a { background-color: rgb(23,70,159); }
div.DivClassName
{
background-color: #17469F;
}
.BgClassName
{
background-color: #17469F;
}
</style>
border-color css
<style>
span { border-color: #17469F; }
span { border-color: rgb(23,70,159); }
td.TdClassName
{
border-color: #17469F;
}
.TagClassName
{
border-color: #17469F;
}
</style>