Shades of Egyptian Blue #17359A
Tints of Egyptian Blue #17359A
RGB
CMYK
RGB Variations
Color information
#17359A (or 0x17359A) is known color: Egyptian Blue. HEX triplet: 17, 35 and 9A. RGB value is (23,53,154). Sum of RGB (Red+Green+Blue) = 23+53+154=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #17359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17359A is #E8CA65. Grayscale: #373737. Windows color (decimal): -15256166 or 10106135. OLE color: 10106135.
HSL color Cylindrical-coordinate representation of color #17359A: hue angle of 226.26º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17359A is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 53 | 154 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.40 |
| HSL | 226.26º | 0.74% | 0.35% | - |
| HSV(B) | 226.26º | 0.85% | 0.6% | - |
| XYZ | 7.46 | 5.06 | 31.16 | - |
| YUV | 55.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 154 | 0.85 | 0.66 | 0 | 0.40 | 226.26 | 0.74 | 0.35 |
| Hex | 17 | 35 | 9A | 55 | 42 | 0 | 28 | E2 | 4A | 23 |
| Octal | 27 | 65 | 232 | 125 | 102 | 0 | 50 | 342 | 112 | 43 |
| Binary | 10111 | 110101 | 10011010 | 1010101 | 1000010 | 0 | 101000 | 11100010 | 1001010 | 100011 |
Color Harmonies of #17359A
Complementary color
Monochromatic Colors of #17359A
Black with #17359A
Text Example
Text Example
White with #17359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17359A; }
p { color: rgb(23,53,154); }
H1.HeaderClassName
{
color: #17359A;
}
.AnyTagClassName
{
color: #17359A;
}
</style>
background-color css
<style>
a { background-color: #17359A; }
a { background-color: rgb(23,53,154); }
div.DivClassName
{
background-color: #17359A;
}
.BgClassName
{
background-color: #17359A;
}
</style>
border-color css
<style>
span { border-color: #17359A; }
span { border-color: rgb(23,53,154); }
td.TdClassName
{
border-color: #17359A;
}
.TagClassName
{
border-color: #17359A;
}
</style>