Shades of Egyptian Blue #1722AA
Tints of Egyptian Blue #1722AA
RGB
CMYK
RGB Variations
Color information
#1722AA (or 0x1722AA) is known color: Egyptian Blue. HEX triplet: 17, 22 and AA. RGB value is (23,34,170). Sum of RGB (Red+Green+Blue) = 23+34+170=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #1722AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1722AA is #E8DD55. Grayscale: #2D2D2D. Windows color (decimal): -15261014 or 11149847. OLE color: 11149847.
HSL color Cylindrical-coordinate representation of color #1722AA: hue angle of 235.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1722AA is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 34 | 170 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.33 |
| HSL | 235.51º | 0.76% | 0.38% | - |
| HSV(B) | 235.51º | 0.86% | 0.67% | - |
| XYZ | 8.18 | 4.23 | 38.42 | - |
| YUV | 46.22 | 197.86 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 170 | 0.86 | 0.80 | 0 | 0.33 | 235.51 | 0.76 | 0.38 |
| Hex | 17 | 22 | AA | 56 | 50 | 0 | 21 | EC | 4C | 26 |
| Octal | 27 | 42 | 252 | 126 | 120 | 0 | 41 | 354 | 114 | 46 |
| Binary | 10111 | 100010 | 10101010 | 1010110 | 1010000 | 0 | 100001 | 11101100 | 1001100 | 100110 |
Color Harmonies of #1722AA
Complementary color
Monochromatic Colors of #1722AA
Black with #1722AA
Text Example
Text Example
White with #1722AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1722AA; }
p { color: rgb(23,34,170); }
H1.HeaderClassName
{
color: #1722AA;
}
.AnyTagClassName
{
color: #1722AA;
}
</style>
background-color css
<style>
a { background-color: #1722AA; }
a { background-color: rgb(23,34,170); }
div.DivClassName
{
background-color: #1722AA;
}
.BgClassName
{
background-color: #1722AA;
}
</style>
border-color css
<style>
span { border-color: #1722AA; }
span { border-color: rgb(23,34,170); }
td.TdClassName
{
border-color: #1722AA;
}
.TagClassName
{
border-color: #1722AA;
}
</style>