Shades of Egyptian Blue #1747AC
Tints of Egyptian Blue #1747AC
RGB
CMYK
RGB Variations
Color information
#1747AC (or 0x1747AC) is known color: Egyptian Blue. HEX triplet: 17, 47 and AC. RGB value is (23,71,172). Sum of RGB (Red+Green+Blue) = 23+71+172=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #1747AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1747AC is #E8B853. Grayscale: #434343. Windows color (decimal): -15251540 or 11290391. OLE color: 11290391.
HSL color Cylindrical-coordinate representation of color #1747AC: hue angle of 220.67º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1747AC is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 71 | 172 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.33 |
| HSL | 220.67º | 0.76% | 0.38% | - |
| HSV(B) | 220.67º | 0.87% | 0.67% | - |
| XYZ | 10.05 | 7.67 | 39.98 | - |
| YUV | 68.16 | 186.6 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 172 | 0.87 | 0.59 | 0 | 0.33 | 220.67 | 0.76 | 0.38 |
| Hex | 17 | 47 | AC | 57 | 3B | 0 | 21 | DD | 4C | 26 |
| Octal | 27 | 107 | 254 | 127 | 73 | 0 | 41 | 335 | 114 | 46 |
| Binary | 10111 | 1000111 | 10101100 | 1010111 | 111011 | 0 | 100001 | 11011101 | 1001100 | 100110 |
Color Harmonies of #1747AC
Complementary color
Monochromatic Colors of #1747AC
Black with #1747AC
Text Example
Text Example
White with #1747AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1747AC; }
p { color: rgb(23,71,172); }
H1.HeaderClassName
{
color: #1747AC;
}
.AnyTagClassName
{
color: #1747AC;
}
</style>
background-color css
<style>
a { background-color: #1747AC; }
a { background-color: rgb(23,71,172); }
div.DivClassName
{
background-color: #1747AC;
}
.BgClassName
{
background-color: #1747AC;
}
</style>
border-color css
<style>
span { border-color: #1747AC; }
span { border-color: rgb(23,71,172); }
td.TdClassName
{
border-color: #1747AC;
}
.TagClassName
{
border-color: #1747AC;
}
</style>