Shades of Egyptian Blue #1749A0
Tints of Egyptian Blue #1749A0
RGB
CMYK
RGB Variations
Color information
#1749A0 (or 0x1749A0) is known color: Egyptian Blue. HEX triplet: 17, 49 and A0. RGB value is (23,73,160). Sum of RGB (Red+Green+Blue) = 23+73+160=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #1749A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1749A0 is #E8B65F. Grayscale: #434343. Windows color (decimal): -15251040 or 10504471. OLE color: 10504471.
HSL color Cylindrical-coordinate representation of color #1749A0: hue angle of 218.1º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1749A0 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 73 | 160 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.37 |
| HSL | 218.1º | 0.75% | 0.36% | - |
| HSV(B) | 218.1º | 0.86% | 0.63% | - |
| XYZ | 9.08 | 7.49 | 34.22 | - |
| YUV | 67.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 160 | 0.86 | 0.54 | 0 | 0.37 | 218.1 | 0.75 | 0.36 |
| Hex | 17 | 49 | A0 | 56 | 36 | 0 | 25 | DA | 4B | 24 |
| Octal | 27 | 111 | 240 | 126 | 66 | 0 | 45 | 332 | 113 | 44 |
| Binary | 10111 | 1001001 | 10100000 | 1010110 | 110110 | 0 | 100101 | 11011010 | 1001011 | 100100 |
Color Harmonies of #1749A0
Complementary color
Monochromatic Colors of #1749A0
Black with #1749A0
Text Example
Text Example
White with #1749A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749A0; }
p { color: rgb(23,73,160); }
H1.HeaderClassName
{
color: #1749A0;
}
.AnyTagClassName
{
color: #1749A0;
}
</style>
background-color css
<style>
a { background-color: #1749A0; }
a { background-color: rgb(23,73,160); }
div.DivClassName
{
background-color: #1749A0;
}
.BgClassName
{
background-color: #1749A0;
}
</style>
border-color css
<style>
span { border-color: #1749A0; }
span { border-color: rgb(23,73,160); }
td.TdClassName
{
border-color: #1749A0;
}
.TagClassName
{
border-color: #1749A0;
}
</style>