Shades of Egyptian Blue #17209C
Tints of Egyptian Blue #17209C
RGB
CMYK
RGB Variations
Color information
#17209C (or 0x17209C) is known color: Egyptian Blue. HEX triplet: 17, 20 and 9C. RGB value is (23,32,156). Sum of RGB (Red+Green+Blue) = 23+32+156=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #17209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17209C is #E8DF63. Grayscale: #2A2A2A. Windows color (decimal): -15261540 or 10231831. OLE color: 10231831.
HSL color Cylindrical-coordinate representation of color #17209C: hue angle of 235.94º 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 #17209C is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 32 | 156 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.39 |
| HSL | 235.94º | 0.74% | 0.35% | - |
| HSV(B) | 235.94º | 0.85% | 0.61% | - |
| XYZ | 6.87 | 3.62 | 31.79 | - |
| YUV | 43.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 156 | 0.85 | 0.79 | 0 | 0.39 | 235.94 | 0.74 | 0.35 |
| Hex | 17 | 20 | 9C | 55 | 4F | 0 | 27 | EC | 4A | 23 |
| Octal | 27 | 40 | 234 | 125 | 117 | 0 | 47 | 354 | 112 | 43 |
| Binary | 10111 | 100000 | 10011100 | 1010101 | 1001111 | 0 | 100111 | 11101100 | 1001010 | 100011 |
Color Harmonies of #17209C
Complementary color
Monochromatic Colors of #17209C
Black with #17209C
Text Example
Text Example
White with #17209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17209C; }
p { color: rgb(23,32,156); }
H1.HeaderClassName
{
color: #17209C;
}
.AnyTagClassName
{
color: #17209C;
}
</style>
background-color css
<style>
a { background-color: #17209C; }
a { background-color: rgb(23,32,156); }
div.DivClassName
{
background-color: #17209C;
}
.BgClassName
{
background-color: #17209C;
}
</style>
border-color css
<style>
span { border-color: #17209C; }
span { border-color: rgb(23,32,156); }
td.TdClassName
{
border-color: #17209C;
}
.TagClassName
{
border-color: #17209C;
}
</style>