Shades of Egyptian Blue #1749A1
Tints of Egyptian Blue #1749A1
RGB
CMYK
RGB Variations
Color information
#1749A1 (or 0x1749A1) is known color: Egyptian Blue. HEX triplet: 17, 49 and A1. RGB value is (23,73,161). Sum of RGB (Red+Green+Blue) = 23+73+161=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #1749A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1749A1 is #E8B65E. Grayscale: #434343. Windows color (decimal): -15251039 or 10570007. OLE color: 10570007.
HSL color Cylindrical-coordinate representation of color #1749A1: hue angle of 218.26º 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 #1749A1 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 73 | 161 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.37 |
| HSL | 218.26º | 0.75% | 0.36% | - |
| HSV(B) | 218.26º | 0.86% | 0.63% | - |
| XYZ | 9.17 | 7.52 | 34.69 | - |
| YUV | 68.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 161 | 0.86 | 0.55 | 0 | 0.37 | 218.26 | 0.75 | 0.36 |
| Hex | 17 | 49 | A1 | 56 | 37 | 0 | 25 | DA | 4B | 24 |
| Octal | 27 | 111 | 241 | 126 | 67 | 0 | 45 | 332 | 113 | 44 |
| Binary | 10111 | 1001001 | 10100001 | 1010110 | 110111 | 0 | 100101 | 11011010 | 1001011 | 100100 |
Color Harmonies of #1749A1
Complementary color
Monochromatic Colors of #1749A1
Black with #1749A1
Text Example
Text Example
White with #1749A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749A1; }
p { color: rgb(23,73,161); }
H1.HeaderClassName
{
color: #1749A1;
}
.AnyTagClassName
{
color: #1749A1;
}
</style>
background-color css
<style>
a { background-color: #1749A1; }
a { background-color: rgb(23,73,161); }
div.DivClassName
{
background-color: #1749A1;
}
.BgClassName
{
background-color: #1749A1;
}
</style>
border-color css
<style>
span { border-color: #1749A1; }
span { border-color: rgb(23,73,161); }
td.TdClassName
{
border-color: #1749A1;
}
.TagClassName
{
border-color: #1749A1;
}
</style>