Shades of Egyptian Blue #17288A
Tints of Egyptian Blue #17288A
RGB
CMYK
RGB Variations
Color information
#17288A (or 0x17288A) is known color: Egyptian Blue. HEX triplet: 17, 28 and 8A. RGB value is (23,40,138). Sum of RGB (Red+Green+Blue) = 23+40+138=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #17288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17288A is #E8D775. Grayscale: #2D2D2D. Windows color (decimal): -15259510 or 9054231. OLE color: 9054231.
HSL color Cylindrical-coordinate representation of color #17288A: hue angle of 231.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17288A is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 40 | 138 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.46 |
| HSL | 231.13º | 0.71% | 0.32% | - |
| HSV(B) | 231.13º | 0.83% | 0.54% | - |
| XYZ | 5.7 | 3.53 | 24.43 | - |
| YUV | 46.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 138 | 0.83 | 0.71 | 0 | 0.46 | 231.13 | 0.71 | 0.32 |
| Hex | 17 | 28 | 8A | 53 | 47 | 0 | 2E | E7 | 47 | 20 |
| Octal | 27 | 50 | 212 | 123 | 107 | 0 | 56 | 347 | 107 | 40 |
| Binary | 10111 | 101000 | 10001010 | 1010011 | 1000111 | 0 | 101110 | 11100111 | 1000111 | 100000 |
Color Harmonies of #17288A
Complementary color
Monochromatic Colors of #17288A
Black with #17288A
Text Example
Text Example
White with #17288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17288A; }
p { color: rgb(23,40,138); }
H1.HeaderClassName
{
color: #17288A;
}
.AnyTagClassName
{
color: #17288A;
}
</style>
background-color css
<style>
a { background-color: #17288A; }
a { background-color: rgb(23,40,138); }
div.DivClassName
{
background-color: #17288A;
}
.BgClassName
{
background-color: #17288A;
}
</style>
border-color css
<style>
span { border-color: #17288A; }
span { border-color: rgb(23,40,138); }
td.TdClassName
{
border-color: #17288A;
}
.TagClassName
{
border-color: #17288A;
}
</style>