Shades of Egyptian Blue #1740AD
Tints of Egyptian Blue #1740AD
RGB
CMYK
RGB Variations
Color information
#1740AD (or 0x1740AD) is known color: Egyptian Blue. HEX triplet: 17, 40 and AD. RGB value is (23,64,173). Sum of RGB (Red+Green+Blue) = 23+64+173=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #1740AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1740AD is #E8BF52. Grayscale: #3F3F3F. Windows color (decimal): -15253331 or 11354135. OLE color: 11354135.
HSL color Cylindrical-coordinate representation of color #1740AD: hue angle of 223.6º 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 #1740AD is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 64 | 173 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.32 |
| HSL | 223.6º | 0.77% | 0.38% | - |
| HSV(B) | 223.6º | 0.87% | 0.68% | - |
| XYZ | 9.73 | 6.87 | 40.35 | - |
| YUV | 64.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 173 | 0.87 | 0.63 | 0 | 0.32 | 223.6 | 0.77 | 0.38 |
| Hex | 17 | 40 | AD | 57 | 3F | 0 | 20 | E0 | 4D | 26 |
| Octal | 27 | 100 | 255 | 127 | 77 | 0 | 40 | 340 | 115 | 46 |
| Binary | 10111 | 1000000 | 10101101 | 1010111 | 111111 | 0 | 100000 | 11100000 | 1001101 | 100110 |
Color Harmonies of #1740AD
Complementary color
Monochromatic Colors of #1740AD
Black with #1740AD
Text Example
Text Example
White with #1740AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740AD; }
p { color: rgb(23,64,173); }
H1.HeaderClassName
{
color: #1740AD;
}
.AnyTagClassName
{
color: #1740AD;
}
</style>
background-color css
<style>
a { background-color: #1740AD; }
a { background-color: rgb(23,64,173); }
div.DivClassName
{
background-color: #1740AD;
}
.BgClassName
{
background-color: #1740AD;
}
</style>
border-color css
<style>
span { border-color: #1740AD; }
span { border-color: rgb(23,64,173); }
td.TdClassName
{
border-color: #1740AD;
}
.TagClassName
{
border-color: #1740AD;
}
</style>