Shades of Egyptian Blue #17359B
Tints of Egyptian Blue #17359B
RGB
CMYK
RGB Variations
Color information
#17359B (or 0x17359B) is known color: Egyptian Blue. HEX triplet: 17, 35 and 9B. RGB value is (23,53,155). Sum of RGB (Red+Green+Blue) = 23+53+155=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #17359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17359B is #E8CA64. Grayscale: #373737. Windows color (decimal): -15256165 or 10171671. OLE color: 10171671.
HSL color Cylindrical-coordinate representation of color #17359B: hue angle of 226.36º 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 #17359B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 53 | 155 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.39 |
| HSL | 226.36º | 0.74% | 0.35% | - |
| HSV(B) | 226.36º | 0.85% | 0.61% | - |
| XYZ | 7.54 | 5.09 | 31.6 | - |
| YUV | 55.66 | 184.06 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 155 | 0.85 | 0.66 | 0 | 0.39 | 226.36 | 0.74 | 0.35 |
| Hex | 17 | 35 | 9B | 55 | 42 | 0 | 27 | E2 | 4A | 23 |
| Octal | 27 | 65 | 233 | 125 | 102 | 0 | 47 | 342 | 112 | 43 |
| Binary | 10111 | 110101 | 10011011 | 1010101 | 1000010 | 0 | 100111 | 11100010 | 1001010 | 100011 |
Color Harmonies of #17359B
Complementary color
Monochromatic Colors of #17359B
Black with #17359B
Text Example
Text Example
White with #17359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17359B; }
p { color: rgb(23,53,155); }
H1.HeaderClassName
{
color: #17359B;
}
.AnyTagClassName
{
color: #17359B;
}
</style>
background-color css
<style>
a { background-color: #17359B; }
a { background-color: rgb(23,53,155); }
div.DivClassName
{
background-color: #17359B;
}
.BgClassName
{
background-color: #17359B;
}
</style>
border-color css
<style>
span { border-color: #17359B; }
span { border-color: rgb(23,53,155); }
td.TdClassName
{
border-color: #17359B;
}
.TagClassName
{
border-color: #17359B;
}
</style>