Shades of Egyptian Blue #1828AC
Tints of Egyptian Blue #1828AC
RGB
CMYK
RGB Variations
Color information
#1828AC (or 0x1828AC) is known color: Egyptian Blue. HEX triplet: 18, 28 and AC. RGB value is (24,40,172). Sum of RGB (Red+Green+Blue) = 24+40+172=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #1828AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1828AC is #E7D753. Grayscale: #313131. Windows color (decimal): -15193940 or 11282456. OLE color: 11282456.
HSL color Cylindrical-coordinate representation of color #1828AC: hue angle of 233.51º 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 #1828AC is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 40 | 172 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.33 |
| HSL | 233.51º | 0.76% | 0.38% | - |
| HSV(B) | 233.51º | 0.86% | 0.67% | - |
| XYZ | 8.58 | 4.69 | 39.48 | - |
| YUV | 50.26 | 196.7 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 172 | 0.86 | 0.77 | 0 | 0.33 | 233.51 | 0.76 | 0.38 |
| Hex | 18 | 28 | AC | 56 | 4D | 0 | 21 | EA | 4C | 26 |
| Octal | 30 | 50 | 254 | 126 | 115 | 0 | 41 | 352 | 114 | 46 |
| Binary | 11000 | 101000 | 10101100 | 1010110 | 1001101 | 0 | 100001 | 11101010 | 1001100 | 100110 |
Color Harmonies of #1828AC
Complementary color
Monochromatic Colors of #1828AC
Black with #1828AC
Text Example
Text Example
White with #1828AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1828AC; }
p { color: rgb(24,40,172); }
H1.HeaderClassName
{
color: #1828AC;
}
.AnyTagClassName
{
color: #1828AC;
}
</style>
background-color css
<style>
a { background-color: #1828AC; }
a { background-color: rgb(24,40,172); }
div.DivClassName
{
background-color: #1828AC;
}
.BgClassName
{
background-color: #1828AC;
}
</style>
border-color css
<style>
span { border-color: #1828AC; }
span { border-color: rgb(24,40,172); }
td.TdClassName
{
border-color: #1828AC;
}
.TagClassName
{
border-color: #1828AC;
}
</style>