Shades of Egyptian Blue #18318A
Tints of Egyptian Blue #18318A
RGB
CMYK
RGB Variations
Color information
#18318A (or 0x18318A) is known color: Egyptian Blue. HEX triplet: 18, 31 and 8A. RGB value is (24,49,138). Sum of RGB (Red+Green+Blue) = 24+49+138=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #18318A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18318A is #E7CE75. Grayscale: #333333. Windows color (decimal): -15191670 or 9056536. OLE color: 9056536.
HSL color Cylindrical-coordinate representation of color #18318A: hue angle of 226.84º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18318A is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 49 | 138 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.46 |
| HSL | 226.84º | 0.7% | 0.32% | - |
| HSV(B) | 226.84º | 0.83% | 0.54% | - |
| XYZ | 6.06 | 4.23 | 24.54 | - |
| YUV | 51.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 138 | 0.83 | 0.64 | 0 | 0.46 | 226.84 | 0.7 | 0.32 |
| Hex | 18 | 31 | 8A | 53 | 40 | 0 | 2E | E3 | 46 | 20 |
| Octal | 30 | 61 | 212 | 123 | 100 | 0 | 56 | 343 | 106 | 40 |
| Binary | 11000 | 110001 | 10001010 | 1010011 | 1000000 | 0 | 101110 | 11100011 | 1000110 | 100000 |
Color Harmonies of #18318A
Complementary color
Monochromatic Colors of #18318A
Black with #18318A
Text Example
Text Example
White with #18318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18318A; }
p { color: rgb(24,49,138); }
H1.HeaderClassName
{
color: #18318A;
}
.AnyTagClassName
{
color: #18318A;
}
</style>
background-color css
<style>
a { background-color: #18318A; }
a { background-color: rgb(24,49,138); }
div.DivClassName
{
background-color: #18318A;
}
.BgClassName
{
background-color: #18318A;
}
</style>
border-color css
<style>
span { border-color: #18318A; }
span { border-color: rgb(24,49,138); }
td.TdClassName
{
border-color: #18318A;
}
.TagClassName
{
border-color: #18318A;
}
</style>