Shades of Egyptian Blue #1724AC
Tints of Egyptian Blue #1724AC
RGB
CMYK
RGB Variations
Color information
#1724AC (or 0x1724AC) is known color: Egyptian Blue. HEX triplet: 17, 24 and AC. RGB value is (23,36,172). Sum of RGB (Red+Green+Blue) = 23+36+172=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #1724AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1724AC is #E8DB53. Grayscale: #2F2F2F. Windows color (decimal): -15260500 or 11281431. OLE color: 11281431.
HSL color Cylindrical-coordinate representation of color #1724AC: hue angle of 234.77º 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 #1724AC is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 36 | 172 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.33 |
| HSL | 234.77º | 0.76% | 0.38% | - |
| HSV(B) | 234.77º | 0.87% | 0.67% | - |
| XYZ | 8.43 | 4.42 | 39.44 | - |
| YUV | 47.62 | 198.19 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 172 | 0.87 | 0.79 | 0 | 0.33 | 234.77 | 0.76 | 0.38 |
| Hex | 17 | 24 | AC | 57 | 4F | 0 | 21 | EB | 4C | 26 |
| Octal | 27 | 44 | 254 | 127 | 117 | 0 | 41 | 353 | 114 | 46 |
| Binary | 10111 | 100100 | 10101100 | 1010111 | 1001111 | 0 | 100001 | 11101011 | 1001100 | 100110 |
Color Harmonies of #1724AC
Complementary color
Monochromatic Colors of #1724AC
Black with #1724AC
Text Example
Text Example
White with #1724AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1724AC; }
p { color: rgb(23,36,172); }
H1.HeaderClassName
{
color: #1724AC;
}
.AnyTagClassName
{
color: #1724AC;
}
</style>
background-color css
<style>
a { background-color: #1724AC; }
a { background-color: rgb(23,36,172); }
div.DivClassName
{
background-color: #1724AC;
}
.BgClassName
{
background-color: #1724AC;
}
</style>
border-color css
<style>
span { border-color: #1724AC; }
span { border-color: rgb(23,36,172); }
td.TdClassName
{
border-color: #1724AC;
}
.TagClassName
{
border-color: #1724AC;
}
</style>