Shades of Egyptian Blue #1744AA
Tints of Egyptian Blue #1744AA
RGB
CMYK
RGB Variations
Color information
#1744AA (or 0x1744AA) is known color: Egyptian Blue. HEX triplet: 17, 44 and AA. RGB value is (23,68,170). Sum of RGB (Red+Green+Blue) = 23+68+170=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #1744AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1744AA is #E8BB55. Grayscale: #414141. Windows color (decimal): -15252310 or 11158551. OLE color: 11158551.
HSL color Cylindrical-coordinate representation of color #1744AA: hue angle of 221.63º 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 #1744AA is Cyan = 0.86, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 68 | 170 | - |
| CMYK | 0.86 | 0.6 | 0 | 0.33 |
| HSL | 221.63º | 0.76% | 0.38% | - |
| HSV(B) | 221.63º | 0.86% | 0.67% | - |
| XYZ | 9.68 | 7.22 | 38.91 | - |
| YUV | 66.17 | 186.59 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 170 | 0.86 | 0.6 | 0 | 0.33 | 221.63 | 0.76 | 0.38 |
| Hex | 17 | 44 | AA | 56 | 3C | 0 | 21 | DE | 4C | 26 |
| Octal | 27 | 104 | 252 | 126 | 74 | 0 | 41 | 336 | 114 | 46 |
| Binary | 10111 | 1000100 | 10101010 | 1010110 | 111100 | 0 | 100001 | 11011110 | 1001100 | 100110 |
Color Harmonies of #1744AA
Complementary color
Monochromatic Colors of #1744AA
Black with #1744AA
Text Example
Text Example
White with #1744AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1744AA; }
p { color: rgb(23,68,170); }
H1.HeaderClassName
{
color: #1744AA;
}
.AnyTagClassName
{
color: #1744AA;
}
</style>
background-color css
<style>
a { background-color: #1744AA; }
a { background-color: rgb(23,68,170); }
div.DivClassName
{
background-color: #1744AA;
}
.BgClassName
{
background-color: #1744AA;
}
</style>
border-color css
<style>
span { border-color: #1744AA; }
span { border-color: rgb(23,68,170); }
td.TdClassName
{
border-color: #1744AA;
}
.TagClassName
{
border-color: #1744AA;
}
</style>