Shades of Egyptian Blue #183994
Tints of Egyptian Blue #183994
RGB
CMYK
RGB Variations
Color information
#183994 (or 0x183994) is known color: Egyptian Blue. HEX triplet: 18, 39 and 94. RGB value is (24,57,148). Sum of RGB (Red+Green+Blue) = 24+57+148=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #183994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183994 is #E7C66B. Grayscale: #393939. Windows color (decimal): -15189612 or 9713944. OLE color: 9713944.
HSL color Cylindrical-coordinate representation of color #183994: hue angle of 224.03º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183994 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 57 | 148 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.42 |
| HSL | 224.03º | 0.72% | 0.34% | - |
| HSV(B) | 224.03º | 0.84% | 0.58% | - |
| XYZ | 7.19 | 5.26 | 28.65 | - |
| YUV | 57.51 | 179.07 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 148 | 0.84 | 0.61 | 0 | 0.42 | 224.03 | 0.72 | 0.34 |
| Hex | 18 | 39 | 94 | 54 | 3D | 0 | 2A | E0 | 48 | 22 |
| Octal | 30 | 71 | 224 | 124 | 75 | 0 | 52 | 340 | 110 | 42 |
| Binary | 11000 | 111001 | 10010100 | 1010100 | 111101 | 0 | 101010 | 11100000 | 1001000 | 100010 |
Color Harmonies of #183994
Complementary color
Monochromatic Colors of #183994
Black with #183994
Text Example
Text Example
White with #183994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183994; }
p { color: rgb(24,57,148); }
H1.HeaderClassName
{
color: #183994;
}
.AnyTagClassName
{
color: #183994;
}
</style>
background-color css
<style>
a { background-color: #183994; }
a { background-color: rgb(24,57,148); }
div.DivClassName
{
background-color: #183994;
}
.BgClassName
{
background-color: #183994;
}
</style>
border-color css
<style>
span { border-color: #183994; }
span { border-color: rgb(24,57,148); }
td.TdClassName
{
border-color: #183994;
}
.TagClassName
{
border-color: #183994;
}
</style>