Shades of Egyptian Blue #18389F
Tints of Egyptian Blue #18389F
RGB
CMYK
RGB Variations
Color information
#18389F (or 0x18389F) is known color: Egyptian Blue. HEX triplet: 18, 38 and 9F. RGB value is (24,56,159). Sum of RGB (Red+Green+Blue) = 24+56+159=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #18389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18389F is #E7C760. Grayscale: #393939. Windows color (decimal): -15189857 or 10434584. OLE color: 10434584.
HSL color Cylindrical-coordinate representation of color #18389F: hue angle of 225.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18389F is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 56 | 159 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.38 |
| HSL | 225.78º | 0.74% | 0.36% | - |
| HSV(B) | 225.78º | 0.85% | 0.62% | - |
| XYZ | 8.05 | 5.53 | 33.44 | - |
| YUV | 58.17 | 184.9 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 159 | 0.85 | 0.65 | 0 | 0.38 | 225.78 | 0.74 | 0.36 |
| Hex | 18 | 38 | 9F | 55 | 41 | 0 | 26 | E2 | 4A | 24 |
| Octal | 30 | 70 | 237 | 125 | 101 | 0 | 46 | 342 | 112 | 44 |
| Binary | 11000 | 111000 | 10011111 | 1010101 | 1000001 | 0 | 100110 | 11100010 | 1001010 | 100100 |
Color Harmonies of #18389F
Complementary color
Monochromatic Colors of #18389F
Black with #18389F
Text Example
Text Example
White with #18389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18389F; }
p { color: rgb(24,56,159); }
H1.HeaderClassName
{
color: #18389F;
}
.AnyTagClassName
{
color: #18389F;
}
</style>
background-color css
<style>
a { background-color: #18389F; }
a { background-color: rgb(24,56,159); }
div.DivClassName
{
background-color: #18389F;
}
.BgClassName
{
background-color: #18389F;
}
</style>
border-color css
<style>
span { border-color: #18389F; }
span { border-color: rgb(24,56,159); }
td.TdClassName
{
border-color: #18389F;
}
.TagClassName
{
border-color: #18389F;
}
</style>