Shades of Egyptian Blue #18328D
Tints of Egyptian Blue #18328D
RGB
CMYK
RGB Variations
Color information
#18328D (or 0x18328D) is known color: Egyptian Blue. HEX triplet: 18, 32 and 8D. RGB value is (24,50,141). Sum of RGB (Red+Green+Blue) = 24+50+141=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #18328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18328D is #E7CD72. Grayscale: #343434. Windows color (decimal): -15191411 or 9253400. OLE color: 9253400.
HSL color Cylindrical-coordinate representation of color #18328D: hue angle of 226.67º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18328D is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 50 | 141 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.45 |
| HSL | 226.67º | 0.71% | 0.32% | - |
| HSV(B) | 226.67º | 0.83% | 0.55% | - |
| XYZ | 6.33 | 4.4 | 25.71 | - |
| YUV | 52.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 141 | 0.83 | 0.65 | 0 | 0.45 | 226.67 | 0.71 | 0.32 |
| Hex | 18 | 32 | 8D | 53 | 41 | 0 | 2D | E3 | 47 | 20 |
| Octal | 30 | 62 | 215 | 123 | 101 | 0 | 55 | 343 | 107 | 40 |
| Binary | 11000 | 110010 | 10001101 | 1010011 | 1000001 | 0 | 101101 | 11100011 | 1000111 | 100000 |
Color Harmonies of #18328D
Complementary color
Monochromatic Colors of #18328D
Black with #18328D
Text Example
Text Example
White with #18328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18328D; }
p { color: rgb(24,50,141); }
H1.HeaderClassName
{
color: #18328D;
}
.AnyTagClassName
{
color: #18328D;
}
</style>
background-color css
<style>
a { background-color: #18328D; }
a { background-color: rgb(24,50,141); }
div.DivClassName
{
background-color: #18328D;
}
.BgClassName
{
background-color: #18328D;
}
</style>
border-color css
<style>
span { border-color: #18328D; }
span { border-color: rgb(24,50,141); }
td.TdClassName
{
border-color: #18328D;
}
.TagClassName
{
border-color: #18328D;
}
</style>