Shades of Egyptian Blue #1732AD
Tints of Egyptian Blue #1732AD
RGB
CMYK
RGB Variations
Color information
#1732AD (or 0x1732AD) is known color: Egyptian Blue. HEX triplet: 17, 32 and AD. RGB value is (23,50,173). Sum of RGB (Red+Green+Blue) = 23+50+173=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #1732AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1732AD is #E8CD52. Grayscale: #373737. Windows color (decimal): -15256915 or 11350551. OLE color: 11350551.
HSL color Cylindrical-coordinate representation of color #1732AD: hue angle of 229.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1732AD is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 50 | 173 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.32 |
| HSL | 229.2º | 0.77% | 0.38% | - |
| HSV(B) | 229.2º | 0.87% | 0.68% | - |
| XYZ | 9.04 | 5.48 | 40.12 | - |
| YUV | 55.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 173 | 0.87 | 0.71 | 0 | 0.32 | 229.2 | 0.77 | 0.38 |
| Hex | 17 | 32 | AD | 57 | 47 | 0 | 20 | E5 | 4D | 26 |
| Octal | 27 | 62 | 255 | 127 | 107 | 0 | 40 | 345 | 115 | 46 |
| Binary | 10111 | 110010 | 10101101 | 1010111 | 1000111 | 0 | 100000 | 11100101 | 1001101 | 100110 |
Color Harmonies of #1732AD
Complementary color
Monochromatic Colors of #1732AD
Black with #1732AD
Text Example
Text Example
White with #1732AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1732AD; }
p { color: rgb(23,50,173); }
H1.HeaderClassName
{
color: #1732AD;
}
.AnyTagClassName
{
color: #1732AD;
}
</style>
background-color css
<style>
a { background-color: #1732AD; }
a { background-color: rgb(23,50,173); }
div.DivClassName
{
background-color: #1732AD;
}
.BgClassName
{
background-color: #1732AD;
}
</style>
border-color css
<style>
span { border-color: #1732AD; }
span { border-color: rgb(23,50,173); }
td.TdClassName
{
border-color: #1732AD;
}
.TagClassName
{
border-color: #1732AD;
}
</style>