Shades of Egyptian Blue #17289C
Tints of Egyptian Blue #17289C
RGB
CMYK
RGB Variations
Color information
#17289C (or 0x17289C) is known color: Egyptian Blue. HEX triplet: 17, 28 and 9C. RGB value is (23,40,156). Sum of RGB (Red+Green+Blue) = 23+40+156=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #17289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17289C is #E8D763. Grayscale: #2F2F2F. Windows color (decimal): -15259492 or 10233879. OLE color: 10233879.
HSL color Cylindrical-coordinate representation of color #17289C: hue angle of 232.33º 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 #17289C is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 40 | 156 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.39 |
| HSL | 232.33º | 0.74% | 0.35% | - |
| HSV(B) | 232.33º | 0.85% | 0.61% | - |
| XYZ | 7.11 | 4.1 | 31.87 | - |
| YUV | 48.14 | 188.87 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 156 | 0.85 | 0.74 | 0 | 0.39 | 232.33 | 0.74 | 0.35 |
| Hex | 17 | 28 | 9C | 55 | 4A | 0 | 27 | E8 | 4A | 23 |
| Octal | 27 | 50 | 234 | 125 | 112 | 0 | 47 | 350 | 112 | 43 |
| Binary | 10111 | 101000 | 10011100 | 1010101 | 1001010 | 0 | 100111 | 11101000 | 1001010 | 100011 |
Color Harmonies of #17289C
Complementary color
Monochromatic Colors of #17289C
Black with #17289C
Text Example
Text Example
White with #17289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17289C; }
p { color: rgb(23,40,156); }
H1.HeaderClassName
{
color: #17289C;
}
.AnyTagClassName
{
color: #17289C;
}
</style>
background-color css
<style>
a { background-color: #17289C; }
a { background-color: rgb(23,40,156); }
div.DivClassName
{
background-color: #17289C;
}
.BgClassName
{
background-color: #17289C;
}
</style>
border-color css
<style>
span { border-color: #17289C; }
span { border-color: rgb(23,40,156); }
td.TdClassName
{
border-color: #17289C;
}
.TagClassName
{
border-color: #17289C;
}
</style>