Shades of Egyptian Blue #18398E
Tints of Egyptian Blue #18398E
RGB
CMYK
RGB Variations
Color information
#18398E (or 0x18398E) is known color: Egyptian Blue. HEX triplet: 18, 39 and 8E. RGB value is (24,57,142). Sum of RGB (Red+Green+Blue) = 24+57+142=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #18398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18398E is #E7C671. Grayscale: #383838. Windows color (decimal): -15189618 or 9320728. OLE color: 9320728.
HSL color Cylindrical-coordinate representation of color #18398E: hue angle of 223.22º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18398E is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 57 | 142 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.44 |
| HSL | 223.22º | 0.71% | 0.33% | - |
| HSV(B) | 223.22º | 0.83% | 0.56% | - |
| XYZ | 6.72 | 5.07 | 26.22 | - |
| YUV | 56.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 142 | 0.83 | 0.60 | 0 | 0.44 | 223.22 | 0.71 | 0.33 |
| Hex | 18 | 39 | 8E | 53 | 3C | 0 | 2C | DF | 47 | 21 |
| Octal | 30 | 71 | 216 | 123 | 74 | 0 | 54 | 337 | 107 | 41 |
| Binary | 11000 | 111001 | 10001110 | 1010011 | 111100 | 0 | 101100 | 11011111 | 1000111 | 100001 |
Color Harmonies of #18398E
Complementary color
Monochromatic Colors of #18398E
Black with #18398E
Text Example
Text Example
White with #18398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18398E; }
p { color: rgb(24,57,142); }
H1.HeaderClassName
{
color: #18398E;
}
.AnyTagClassName
{
color: #18398E;
}
</style>
background-color css
<style>
a { background-color: #18398E; }
a { background-color: rgb(24,57,142); }
div.DivClassName
{
background-color: #18398E;
}
.BgClassName
{
background-color: #18398E;
}
</style>
border-color css
<style>
span { border-color: #18398E; }
span { border-color: rgb(24,57,142); }
td.TdClassName
{
border-color: #18398E;
}
.TagClassName
{
border-color: #18398E;
}
</style>