Shades of Egyptian Blue #18399F
Tints of Egyptian Blue #18399F
RGB
CMYK
RGB Variations
Color information
#18399F (or 0x18399F) is known color: Egyptian Blue. HEX triplet: 18, 39 and 9F. RGB value is (24,57,159). Sum of RGB (Red+Green+Blue) = 24+57+159=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #18399F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18399F is #E7C660. Grayscale: #3A3A3A. Windows color (decimal): -15189601 or 10434840. OLE color: 10434840.
HSL color Cylindrical-coordinate representation of color #18399F: hue angle of 225.33º 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 #18399F is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 57 | 159 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.38 |
| HSL | 225.33º | 0.74% | 0.36% | - |
| HSV(B) | 225.33º | 0.85% | 0.62% | - |
| XYZ | 8.1 | 5.62 | 33.46 | - |
| YUV | 58.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 159 | 0.85 | 0.64 | 0 | 0.38 | 225.33 | 0.74 | 0.36 |
| Hex | 18 | 39 | 9F | 55 | 40 | 0 | 26 | E1 | 4A | 24 |
| Octal | 30 | 71 | 237 | 125 | 100 | 0 | 46 | 341 | 112 | 44 |
| Binary | 11000 | 111001 | 10011111 | 1010101 | 1000000 | 0 | 100110 | 11100001 | 1001010 | 100100 |
Color Harmonies of #18399F
Complementary color
Monochromatic Colors of #18399F
Black with #18399F
Text Example
Text Example
White with #18399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18399F; }
p { color: rgb(24,57,159); }
H1.HeaderClassName
{
color: #18399F;
}
.AnyTagClassName
{
color: #18399F;
}
</style>
background-color css
<style>
a { background-color: #18399F; }
a { background-color: rgb(24,57,159); }
div.DivClassName
{
background-color: #18399F;
}
.BgClassName
{
background-color: #18399F;
}
</style>
border-color css
<style>
span { border-color: #18399F; }
span { border-color: rgb(24,57,159); }
td.TdClassName
{
border-color: #18399F;
}
.TagClassName
{
border-color: #18399F;
}
</style>