Shades of Egyptian Blue #17358D
Tints of Egyptian Blue #17358D
RGB
CMYK
RGB Variations
Color information
#17358D (or 0x17358D) is known color: Egyptian Blue. HEX triplet: 17, 35 and 8D. RGB value is (23,53,141). Sum of RGB (Red+Green+Blue) = 23+53+141=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #17358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17358D is #E8CA72. Grayscale: #353535. Windows color (decimal): -15256179 or 9254167. OLE color: 9254167.
HSL color Cylindrical-coordinate representation of color #17358D: hue angle of 224.75º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17358D is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 53 | 141 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.45 |
| HSL | 224.75º | 0.72% | 0.32% | - |
| HSV(B) | 224.75º | 0.84% | 0.55% | - |
| XYZ | 6.43 | 4.65 | 25.76 | - |
| YUV | 54.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 141 | 0.84 | 0.62 | 0 | 0.45 | 224.75 | 0.72 | 0.32 |
| Hex | 17 | 35 | 8D | 54 | 3E | 0 | 2D | E1 | 48 | 20 |
| Octal | 27 | 65 | 215 | 124 | 76 | 0 | 55 | 341 | 110 | 40 |
| Binary | 10111 | 110101 | 10001101 | 1010100 | 111110 | 0 | 101101 | 11100001 | 1001000 | 100000 |
Color Harmonies of #17358D
Complementary color
Monochromatic Colors of #17358D
Black with #17358D
Text Example
Text Example
White with #17358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17358D; }
p { color: rgb(23,53,141); }
H1.HeaderClassName
{
color: #17358D;
}
.AnyTagClassName
{
color: #17358D;
}
</style>
background-color css
<style>
a { background-color: #17358D; }
a { background-color: rgb(23,53,141); }
div.DivClassName
{
background-color: #17358D;
}
.BgClassName
{
background-color: #17358D;
}
</style>
border-color css
<style>
span { border-color: #17358D; }
span { border-color: rgb(23,53,141); }
td.TdClassName
{
border-color: #17358D;
}
.TagClassName
{
border-color: #17358D;
}
</style>