Shades of Egyptian Blue #1824A3
Tints of Egyptian Blue #1824A3
RGB
CMYK
RGB Variations
Color information
#1824A3 (or 0x1824A3) is known color: Egyptian Blue. HEX triplet: 18, 24 and A3. RGB value is (24,36,163). Sum of RGB (Red+Green+Blue) = 24+36+163=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 163 (64.06% from 255 or 73.09% from 223); Max value from RGB is 163 - color contains mainly: blue. Hex color #1824A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1824A3 is #E7DB5C. Grayscale: #2E2E2E. Windows color (decimal): -15194973 or 10691608. OLE color: 10691608.
HSL color Cylindrical-coordinate representation of color #1824A3: hue angle of 234.82º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1824A3 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 36 | 163 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.36 |
| HSL | 234.82º | 0.74% | 0.37% | - |
| HSV(B) | 234.82º | 0.85% | 0.64% | - |
| XYZ | 7.62 | 4.1 | 35.04 | - |
| YUV | 46.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 163 | 0.85 | 0.78 | 0 | 0.36 | 234.82 | 0.74 | 0.37 |
| Hex | 18 | 24 | A3 | 55 | 4E | 0 | 24 | EB | 4A | 25 |
| Octal | 30 | 44 | 243 | 125 | 116 | 0 | 44 | 353 | 112 | 45 |
| Binary | 11000 | 100100 | 10100011 | 1010101 | 1001110 | 0 | 100100 | 11101011 | 1001010 | 100101 |
Color Harmonies of #1824A3
Complementary color
Monochromatic Colors of #1824A3
Black with #1824A3
Text Example
Text Example
White with #1824A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824A3; }
p { color: rgb(24,36,163); }
H1.HeaderClassName
{
color: #1824A3;
}
.AnyTagClassName
{
color: #1824A3;
}
</style>
background-color css
<style>
a { background-color: #1824A3; }
a { background-color: rgb(24,36,163); }
div.DivClassName
{
background-color: #1824A3;
}
.BgClassName
{
background-color: #1824A3;
}
</style>
border-color css
<style>
span { border-color: #1824A3; }
span { border-color: rgb(24,36,163); }
td.TdClassName
{
border-color: #1824A3;
}
.TagClassName
{
border-color: #1824A3;
}
</style>