Shades of Egyptian Blue #18378D
Tints of Egyptian Blue #18378D
RGB
CMYK
RGB Variations
Color information
#18378D (or 0x18378D) is known color: Egyptian Blue. HEX triplet: 18, 37 and 8D. RGB value is (24,55,141). Sum of RGB (Red+Green+Blue) = 24+55+141=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #18378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18378D is #E7C872. Grayscale: #373737. Windows color (decimal): -15190131 or 9254680. OLE color: 9254680.
HSL color Cylindrical-coordinate representation of color #18378D: hue angle of 224.1º 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 #18378D is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 55 | 141 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.45 |
| HSL | 224.1º | 0.71% | 0.32% | - |
| HSV(B) | 224.1º | 0.83% | 0.55% | - |
| XYZ | 6.55 | 4.85 | 25.79 | - |
| YUV | 55.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 141 | 0.83 | 0.61 | 0 | 0.45 | 224.1 | 0.71 | 0.32 |
| Hex | 18 | 37 | 8D | 53 | 3D | 0 | 2D | E0 | 47 | 20 |
| Octal | 30 | 67 | 215 | 123 | 75 | 0 | 55 | 340 | 107 | 40 |
| Binary | 11000 | 110111 | 10001101 | 1010011 | 111101 | 0 | 101101 | 11100000 | 1000111 | 100000 |
Color Harmonies of #18378D
Complementary color
Monochromatic Colors of #18378D
Black with #18378D
Text Example
Text Example
White with #18378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18378D; }
p { color: rgb(24,55,141); }
H1.HeaderClassName
{
color: #18378D;
}
.AnyTagClassName
{
color: #18378D;
}
</style>
background-color css
<style>
a { background-color: #18378D; }
a { background-color: rgb(24,55,141); }
div.DivClassName
{
background-color: #18378D;
}
.BgClassName
{
background-color: #18378D;
}
</style>
border-color css
<style>
span { border-color: #18378D; }
span { border-color: rgb(24,55,141); }
td.TdClassName
{
border-color: #18378D;
}
.TagClassName
{
border-color: #18378D;
}
</style>