Shades of Egyptian Blue #17229F
Tints of Egyptian Blue #17229F
RGB
CMYK
RGB Variations
Color information
#17229F (or 0x17229F) is known color: Egyptian Blue. HEX triplet: 17, 22 and 9F. RGB value is (23,34,159). Sum of RGB (Red+Green+Blue) = 23+34+159=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #17229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17229F is #E8DD60. Grayscale: #2C2C2C. Windows color (decimal): -15261025 or 10428951. OLE color: 10428951.
HSL color Cylindrical-coordinate representation of color #17229F: hue angle of 235.15º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17229F is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 34 | 159 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.38 |
| HSL | 235.15º | 0.75% | 0.36% | - |
| HSV(B) | 235.15º | 0.86% | 0.62% | - |
| XYZ | 7.18 | 3.83 | 33.16 | - |
| YUV | 44.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 159 | 0.86 | 0.79 | 0 | 0.38 | 235.15 | 0.75 | 0.36 |
| Hex | 17 | 22 | 9F | 56 | 4F | 0 | 26 | EB | 4B | 24 |
| Octal | 27 | 42 | 237 | 126 | 117 | 0 | 46 | 353 | 113 | 44 |
| Binary | 10111 | 100010 | 10011111 | 1010110 | 1001111 | 0 | 100110 | 11101011 | 1001011 | 100100 |
Color Harmonies of #17229F
Complementary color
Monochromatic Colors of #17229F
Black with #17229F
Text Example
Text Example
White with #17229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17229F; }
p { color: rgb(23,34,159); }
H1.HeaderClassName
{
color: #17229F;
}
.AnyTagClassName
{
color: #17229F;
}
</style>
background-color css
<style>
a { background-color: #17229F; }
a { background-color: rgb(23,34,159); }
div.DivClassName
{
background-color: #17229F;
}
.BgClassName
{
background-color: #17229F;
}
</style>
border-color css
<style>
span { border-color: #17229F; }
span { border-color: rgb(23,34,159); }
td.TdClassName
{
border-color: #17229F;
}
.TagClassName
{
border-color: #17229F;
}
</style>