Shades of Egyptian Blue #17288C
Tints of Egyptian Blue #17288C
RGB
CMYK
RGB Variations
Color information
#17288C (or 0x17288C) is known color: Egyptian Blue. HEX triplet: 17, 28 and 8C. RGB value is (23,40,140). Sum of RGB (Red+Green+Blue) = 23+40+140=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #17288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17288C is #E8D773. Grayscale: #2D2D2D. Windows color (decimal): -15259508 or 9185303. OLE color: 9185303.
HSL color Cylindrical-coordinate representation of color #17288C: hue angle of 231.28º 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 #17288C is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 40 | 140 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.45 |
| HSL | 231.28º | 0.72% | 0.32% | - |
| HSV(B) | 231.28º | 0.84% | 0.55% | - |
| XYZ | 5.85 | 3.59 | 25.2 | - |
| YUV | 46.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 140 | 0.84 | 0.71 | 0 | 0.45 | 231.28 | 0.72 | 0.32 |
| Hex | 17 | 28 | 8C | 54 | 47 | 0 | 2D | E7 | 48 | 20 |
| Octal | 27 | 50 | 214 | 124 | 107 | 0 | 55 | 347 | 110 | 40 |
| Binary | 10111 | 101000 | 10001100 | 1010100 | 1000111 | 0 | 101101 | 11100111 | 1001000 | 100000 |
Color Harmonies of #17288C
Complementary color
Monochromatic Colors of #17288C
Black with #17288C
Text Example
Text Example
White with #17288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17288C; }
p { color: rgb(23,40,140); }
H1.HeaderClassName
{
color: #17288C;
}
.AnyTagClassName
{
color: #17288C;
}
</style>
background-color css
<style>
a { background-color: #17288C; }
a { background-color: rgb(23,40,140); }
div.DivClassName
{
background-color: #17288C;
}
.BgClassName
{
background-color: #17288C;
}
</style>
border-color css
<style>
span { border-color: #17288C; }
span { border-color: rgb(23,40,140); }
td.TdClassName
{
border-color: #17288C;
}
.TagClassName
{
border-color: #17288C;
}
</style>