Shades of Egyptian Blue #17288E
Tints of Egyptian Blue #17288E
RGB
CMYK
RGB Variations
Color information
#17288E (or 0x17288E) is known color: Egyptian Blue. HEX triplet: 17, 28 and 8E. RGB value is (23,40,142). Sum of RGB (Red+Green+Blue) = 23+40+142=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #17288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17288E is #E8D771. Grayscale: #2E2E2E. Windows color (decimal): -15259506 or 9316375. OLE color: 9316375.
HSL color Cylindrical-coordinate representation of color #17288E: hue angle of 231.43º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17288E is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 40 | 142 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.44 |
| HSL | 231.43º | 0.72% | 0.32% | - |
| HSV(B) | 231.43º | 0.84% | 0.56% | - |
| XYZ | 5.99 | 3.65 | 25.98 | - |
| YUV | 46.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 142 | 0.84 | 0.72 | 0 | 0.44 | 231.43 | 0.72 | 0.32 |
| Hex | 17 | 28 | 8E | 54 | 48 | 0 | 2C | E7 | 48 | 20 |
| Octal | 27 | 50 | 216 | 124 | 110 | 0 | 54 | 347 | 110 | 40 |
| Binary | 10111 | 101000 | 10001110 | 1010100 | 1001000 | 0 | 101100 | 11100111 | 1001000 | 100000 |
Color Harmonies of #17288E
Complementary color
Monochromatic Colors of #17288E
Black with #17288E
Text Example
Text Example
White with #17288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17288E; }
p { color: rgb(23,40,142); }
H1.HeaderClassName
{
color: #17288E;
}
.AnyTagClassName
{
color: #17288E;
}
</style>
background-color css
<style>
a { background-color: #17288E; }
a { background-color: rgb(23,40,142); }
div.DivClassName
{
background-color: #17288E;
}
.BgClassName
{
background-color: #17288E;
}
</style>
border-color css
<style>
span { border-color: #17288E; }
span { border-color: rgb(23,40,142); }
td.TdClassName
{
border-color: #17288E;
}
.TagClassName
{
border-color: #17288E;
}
</style>