Shades of Egyptian Blue #1824A6
Tints of Egyptian Blue #1824A6
RGB
CMYK
RGB Variations
Color information
#1824A6 (or 0x1824A6) is known color: Egyptian Blue. HEX triplet: 18, 24 and A6. RGB value is (24,36,166). Sum of RGB (Red+Green+Blue) = 24+36+166=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 166 (65.23% from 255 or 73.45% from 226); Max value from RGB is 166 - color contains mainly: blue. Hex color #1824A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1824A6 is #E7DB59. Grayscale: #2E2E2E. Windows color (decimal): -15194970 or 10888216. OLE color: 10888216.
HSL color Cylindrical-coordinate representation of color #1824A6: hue angle of 234.93º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1824A6 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 36 | 166 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.35 |
| HSL | 234.93º | 0.75% | 0.37% | - |
| HSV(B) | 234.93º | 0.86% | 0.65% | - |
| XYZ | 7.89 | 4.21 | 36.47 | - |
| YUV | 47.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 166 | 0.86 | 0.78 | 0 | 0.35 | 234.93 | 0.75 | 0.37 |
| Hex | 18 | 24 | A6 | 56 | 4E | 0 | 23 | EB | 4B | 25 |
| Octal | 30 | 44 | 246 | 126 | 116 | 0 | 43 | 353 | 113 | 45 |
| Binary | 11000 | 100100 | 10100110 | 1010110 | 1001110 | 0 | 100011 | 11101011 | 1001011 | 100101 |
Color Harmonies of #1824A6
Complementary color
Monochromatic Colors of #1824A6
Black with #1824A6
Text Example
Text Example
White with #1824A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824A6; }
p { color: rgb(24,36,166); }
H1.HeaderClassName
{
color: #1824A6;
}
.AnyTagClassName
{
color: #1824A6;
}
</style>
background-color css
<style>
a { background-color: #1824A6; }
a { background-color: rgb(24,36,166); }
div.DivClassName
{
background-color: #1824A6;
}
.BgClassName
{
background-color: #1824A6;
}
</style>
border-color css
<style>
span { border-color: #1824A6; }
span { border-color: rgb(24,36,166); }
td.TdClassName
{
border-color: #1824A6;
}
.TagClassName
{
border-color: #1824A6;
}
</style>