Shades of Egyptian Blue #18338D
Tints of Egyptian Blue #18338D
RGB
CMYK
RGB Variations
Color information
#18338D (or 0x18338D) is known color: Egyptian Blue. HEX triplet: 18, 33 and 8D. RGB value is (24,51,141). Sum of RGB (Red+Green+Blue) = 24+51+141=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #18338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18338D is #E7CC72. Grayscale: #343434. Windows color (decimal): -15191155 or 9253656. OLE color: 9253656.
HSL color Cylindrical-coordinate representation of color #18338D: hue angle of 226.15º 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 #18338D is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 51 | 141 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.45 |
| HSL | 226.15º | 0.71% | 0.32% | - |
| HSV(B) | 226.15º | 0.83% | 0.55% | - |
| XYZ | 6.37 | 4.48 | 25.73 | - |
| YUV | 53.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 141 | 0.83 | 0.64 | 0 | 0.45 | 226.15 | 0.71 | 0.32 |
| Hex | 18 | 33 | 8D | 53 | 40 | 0 | 2D | E2 | 47 | 20 |
| Octal | 30 | 63 | 215 | 123 | 100 | 0 | 55 | 342 | 107 | 40 |
| Binary | 11000 | 110011 | 10001101 | 1010011 | 1000000 | 0 | 101101 | 11100010 | 1000111 | 100000 |
Color Harmonies of #18338D
Complementary color
Monochromatic Colors of #18338D
Black with #18338D
Text Example
Text Example
White with #18338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18338D; }
p { color: rgb(24,51,141); }
H1.HeaderClassName
{
color: #18338D;
}
.AnyTagClassName
{
color: #18338D;
}
</style>
background-color css
<style>
a { background-color: #18338D; }
a { background-color: rgb(24,51,141); }
div.DivClassName
{
background-color: #18338D;
}
.BgClassName
{
background-color: #18338D;
}
</style>
border-color css
<style>
span { border-color: #18338D; }
span { border-color: rgb(24,51,141); }
td.TdClassName
{
border-color: #18338D;
}
.TagClassName
{
border-color: #18338D;
}
</style>