Shades of Egyptian Blue #17469D
Tints of Egyptian Blue #17469D
RGB
CMYK
RGB Variations
Color information
#17469D (or 0x17469D) is known color: Egyptian Blue. HEX triplet: 17, 46 and 9D. RGB value is (23,70,157). Sum of RGB (Red+Green+Blue) = 23+70+157=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #17469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17469D is #E8B962. Grayscale: #414141. Windows color (decimal): -15251811 or 10307095. OLE color: 10307095.
HSL color Cylindrical-coordinate representation of color #17469D: hue angle of 218.96º 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 #17469D is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 70 | 157 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.38 |
| HSL | 218.96º | 0.74% | 0.35% | - |
| HSV(B) | 218.96º | 0.85% | 0.62% | - |
| XYZ | 8.63 | 7 | 32.79 | - |
| YUV | 65.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 157 | 0.85 | 0.55 | 0 | 0.38 | 218.96 | 0.74 | 0.35 |
| Hex | 17 | 46 | 9D | 55 | 37 | 0 | 26 | DB | 4A | 23 |
| Octal | 27 | 106 | 235 | 125 | 67 | 0 | 46 | 333 | 112 | 43 |
| Binary | 10111 | 1000110 | 10011101 | 1010101 | 110111 | 0 | 100110 | 11011011 | 1001010 | 100011 |
Color Harmonies of #17469D
Complementary color
Monochromatic Colors of #17469D
Black with #17469D
Text Example
Text Example
White with #17469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17469D; }
p { color: rgb(23,70,157); }
H1.HeaderClassName
{
color: #17469D;
}
.AnyTagClassName
{
color: #17469D;
}
</style>
background-color css
<style>
a { background-color: #17469D; }
a { background-color: rgb(23,70,157); }
div.DivClassName
{
background-color: #17469D;
}
.BgClassName
{
background-color: #17469D;
}
</style>
border-color css
<style>
span { border-color: #17469D; }
span { border-color: rgb(23,70,157); }
td.TdClassName
{
border-color: #17469D;
}
.TagClassName
{
border-color: #17469D;
}
</style>