Shades of Egyptian Blue #1720A3
Tints of Egyptian Blue #1720A3
RGB
CMYK
RGB Variations
Color information
#1720A3 (or 0x1720A3) is known color: Egyptian Blue. HEX triplet: 17, 20 and A3. RGB value is (23,32,163). Sum of RGB (Red+Green+Blue) = 23+32+163=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 163 (64.06% from 255 or 74.77% from 218); Max value from RGB is 163 - color contains mainly: blue. Hex color #1720A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1720A3 is #E8DF5C. Grayscale: #2B2B2B. Windows color (decimal): -15261533 or 10690583. OLE color: 10690583.
HSL color Cylindrical-coordinate representation of color #1720A3: hue angle of 236.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1720A3 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 32 | 163 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.36 |
| HSL | 236.14º | 0.75% | 0.36% | - |
| HSV(B) | 236.14º | 0.86% | 0.64% | - |
| XYZ | 7.48 | 3.86 | 35 | - |
| YUV | 44.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 163 | 0.86 | 0.80 | 0 | 0.36 | 236.14 | 0.75 | 0.36 |
| Hex | 17 | 20 | A3 | 56 | 50 | 0 | 24 | EC | 4B | 24 |
| Octal | 27 | 40 | 243 | 126 | 120 | 0 | 44 | 354 | 113 | 44 |
| Binary | 10111 | 100000 | 10100011 | 1010110 | 1010000 | 0 | 100100 | 11101100 | 1001011 | 100100 |
Color Harmonies of #1720A3
Complementary color
Monochromatic Colors of #1720A3
Black with #1720A3
Text Example
Text Example
White with #1720A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1720A3; }
p { color: rgb(23,32,163); }
H1.HeaderClassName
{
color: #1720A3;
}
.AnyTagClassName
{
color: #1720A3;
}
</style>
background-color css
<style>
a { background-color: #1720A3; }
a { background-color: rgb(23,32,163); }
div.DivClassName
{
background-color: #1720A3;
}
.BgClassName
{
background-color: #1720A3;
}
</style>
border-color css
<style>
span { border-color: #1720A3; }
span { border-color: rgb(23,32,163); }
td.TdClassName
{
border-color: #1720A3;
}
.TagClassName
{
border-color: #1720A3;
}
</style>