Shades of Egyptian Blue #17239C
Tints of Egyptian Blue #17239C
RGB
CMYK
RGB Variations
Color information
#17239C (or 0x17239C) is known color: Egyptian Blue. HEX triplet: 17, 23 and 9C. RGB value is (23,35,156). Sum of RGB (Red+Green+Blue) = 23+35+156=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #17239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17239C is #E8DC63. Grayscale: #2C2C2C. Windows color (decimal): -15260772 or 10232599. OLE color: 10232599.
HSL color Cylindrical-coordinate representation of color #17239C: hue angle of 234.59º 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 #17239C is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 35 | 156 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.39 |
| HSL | 234.59º | 0.74% | 0.35% | - |
| HSV(B) | 234.59º | 0.85% | 0.61% | - |
| XYZ | 6.96 | 3.78 | 31.82 | - |
| YUV | 45.21 | 190.52 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 156 | 0.85 | 0.78 | 0 | 0.39 | 234.59 | 0.74 | 0.35 |
| Hex | 17 | 23 | 9C | 55 | 4E | 0 | 27 | EB | 4A | 23 |
| Octal | 27 | 43 | 234 | 125 | 116 | 0 | 47 | 353 | 112 | 43 |
| Binary | 10111 | 100011 | 10011100 | 1010101 | 1001110 | 0 | 100111 | 11101011 | 1001010 | 100011 |
Color Harmonies of #17239C
Complementary color
Monochromatic Colors of #17239C
Black with #17239C
Text Example
Text Example
White with #17239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17239C; }
p { color: rgb(23,35,156); }
H1.HeaderClassName
{
color: #17239C;
}
.AnyTagClassName
{
color: #17239C;
}
</style>
background-color css
<style>
a { background-color: #17239C; }
a { background-color: rgb(23,35,156); }
div.DivClassName
{
background-color: #17239C;
}
.BgClassName
{
background-color: #17239C;
}
</style>
border-color css
<style>
span { border-color: #17239C; }
span { border-color: rgb(23,35,156); }
td.TdClassName
{
border-color: #17239C;
}
.TagClassName
{
border-color: #17239C;
}
</style>