Shades of Egyptian Blue #1646AD
Tints of Egyptian Blue #1646AD
RGB
CMYK
RGB Variations
Color information
#1646AD (or 0x1646AD) is known color: Egyptian Blue. HEX triplet: 16, 46 and AD. RGB value is (22,70,173). Sum of RGB (Red+Green+Blue) = 22+70+173=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #1646AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1646AD is #E9B952. Grayscale: #424242. Windows color (decimal): -15317331 or 11355670. OLE color: 11355670.
HSL color Cylindrical-coordinate representation of color #1646AD: hue angle of 220.93º 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 #1646AD is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 70 | 173 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.32 |
| HSL | 220.93º | 0.77% | 0.38% | - |
| HSV(B) | 220.93º | 0.87% | 0.68% | - |
| XYZ | 10.06 | 7.57 | 40.47 | - |
| YUV | 67.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 173 | 0.87 | 0.60 | 0 | 0.32 | 220.93 | 0.77 | 0.38 |
| Hex | 16 | 46 | AD | 57 | 3C | 0 | 20 | DD | 4D | 26 |
| Octal | 26 | 106 | 255 | 127 | 74 | 0 | 40 | 335 | 115 | 46 |
| Binary | 10110 | 1000110 | 10101101 | 1010111 | 111100 | 0 | 100000 | 11011101 | 1001101 | 100110 |
Color Harmonies of #1646AD
Complementary color
Monochromatic Colors of #1646AD
Black with #1646AD
Text Example
Text Example
White with #1646AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1646AD; }
p { color: rgb(22,70,173); }
H1.HeaderClassName
{
color: #1646AD;
}
.AnyTagClassName
{
color: #1646AD;
}
</style>
background-color css
<style>
a { background-color: #1646AD; }
a { background-color: rgb(22,70,173); }
div.DivClassName
{
background-color: #1646AD;
}
.BgClassName
{
background-color: #1646AD;
}
</style>
border-color css
<style>
span { border-color: #1646AD; }
span { border-color: rgb(22,70,173); }
td.TdClassName
{
border-color: #1646AD;
}
.TagClassName
{
border-color: #1646AD;
}
</style>