Shades of Egyptian Blue #17469B
Tints of Egyptian Blue #17469B
RGB
CMYK
RGB Variations
Color information
#17469B (or 0x17469B) is known color: Egyptian Blue. HEX triplet: 17, 46 and 9B. RGB value is (23,70,155). Sum of RGB (Red+Green+Blue) = 23+70+155=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #17469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17469B is #E8B964. Grayscale: #414141. Windows color (decimal): -15251813 or 10176023. OLE color: 10176023.
HSL color Cylindrical-coordinate representation of color #17469B: hue angle of 218.64º 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 #17469B is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 70 | 155 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.39 |
| HSL | 218.64º | 0.74% | 0.35% | - |
| HSV(B) | 218.64º | 0.85% | 0.61% | - |
| XYZ | 8.46 | 6.93 | 31.9 | - |
| YUV | 65.64 | 178.43 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 155 | 0.85 | 0.55 | 0 | 0.39 | 218.64 | 0.74 | 0.35 |
| Hex | 17 | 46 | 9B | 55 | 37 | 0 | 27 | DB | 4A | 23 |
| Octal | 27 | 106 | 233 | 125 | 67 | 0 | 47 | 333 | 112 | 43 |
| Binary | 10111 | 1000110 | 10011011 | 1010101 | 110111 | 0 | 100111 | 11011011 | 1001010 | 100011 |
Color Harmonies of #17469B
Complementary color
Monochromatic Colors of #17469B
Black with #17469B
Text Example
Text Example
White with #17469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17469B; }
p { color: rgb(23,70,155); }
H1.HeaderClassName
{
color: #17469B;
}
.AnyTagClassName
{
color: #17469B;
}
</style>
background-color css
<style>
a { background-color: #17469B; }
a { background-color: rgb(23,70,155); }
div.DivClassName
{
background-color: #17469B;
}
.BgClassName
{
background-color: #17469B;
}
</style>
border-color css
<style>
span { border-color: #17469B; }
span { border-color: rgb(23,70,155); }
td.TdClassName
{
border-color: #17469B;
}
.TagClassName
{
border-color: #17469B;
}
</style>