Shades of Egyptian Blue #1820AC
Tints of Egyptian Blue #1820AC
RGB
CMYK
RGB Variations
Color information
#1820AC (or 0x1820AC) is known color: Egyptian Blue. HEX triplet: 18, 20 and AC. RGB value is (24,32,172). Sum of RGB (Red+Green+Blue) = 24+32+172=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #1820AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1820AC is #E7DF53. Grayscale: #2D2D2D. Windows color (decimal): -15195988 or 11280408. OLE color: 11280408.
HSL color Cylindrical-coordinate representation of color #1820AC: hue angle of 236.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1820AC is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 32 | 172 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.33 |
| HSL | 236.76º | 0.76% | 0.38% | - |
| HSV(B) | 236.76º | 0.86% | 0.67% | - |
| XYZ | 8.34 | 4.21 | 39.4 | - |
| YUV | 45.57 | 199.35 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 172 | 0.86 | 0.81 | 0 | 0.33 | 236.76 | 0.76 | 0.38 |
| Hex | 18 | 20 | AC | 56 | 51 | 0 | 21 | ED | 4C | 26 |
| Octal | 30 | 40 | 254 | 126 | 121 | 0 | 41 | 355 | 114 | 46 |
| Binary | 11000 | 100000 | 10101100 | 1010110 | 1010001 | 0 | 100001 | 11101101 | 1001100 | 100110 |
Color Harmonies of #1820AC
Complementary color
Monochromatic Colors of #1820AC
Black with #1820AC
Text Example
Text Example
White with #1820AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1820AC; }
p { color: rgb(24,32,172); }
H1.HeaderClassName
{
color: #1820AC;
}
.AnyTagClassName
{
color: #1820AC;
}
</style>
background-color css
<style>
a { background-color: #1820AC; }
a { background-color: rgb(24,32,172); }
div.DivClassName
{
background-color: #1820AC;
}
.BgClassName
{
background-color: #1820AC;
}
</style>
border-color css
<style>
span { border-color: #1820AC; }
span { border-color: rgb(24,32,172); }
td.TdClassName
{
border-color: #1820AC;
}
.TagClassName
{
border-color: #1820AC;
}
</style>