Shades of Egyptian Blue #183293
Tints of Egyptian Blue #183293
RGB
CMYK
RGB Variations
Color information
#183293 (or 0x183293) is known color: Egyptian Blue. HEX triplet: 18, 32 and 93. RGB value is (24,50,147). Sum of RGB (Red+Green+Blue) = 24+50+147=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #183293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183293 is #E7CD6C. Grayscale: #343434. Windows color (decimal): -15191405 or 9646616. OLE color: 9646616.
HSL color Cylindrical-coordinate representation of color #183293: hue angle of 227.32º 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 #183293 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 50 | 147 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.42 |
| HSL | 227.32º | 0.72% | 0.34% | - |
| HSV(B) | 227.32º | 0.84% | 0.58% | - |
| XYZ | 6.78 | 4.58 | 28.13 | - |
| YUV | 53.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 147 | 0.84 | 0.66 | 0 | 0.42 | 227.32 | 0.72 | 0.34 |
| Hex | 18 | 32 | 93 | 54 | 42 | 0 | 2A | E3 | 48 | 22 |
| Octal | 30 | 62 | 223 | 124 | 102 | 0 | 52 | 343 | 110 | 42 |
| Binary | 11000 | 110010 | 10010011 | 1010100 | 1000010 | 0 | 101010 | 11100011 | 1001000 | 100010 |
Color Harmonies of #183293
Complementary color
Monochromatic Colors of #183293
Black with #183293
Text Example
Text Example
White with #183293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183293; }
p { color: rgb(24,50,147); }
H1.HeaderClassName
{
color: #183293;
}
.AnyTagClassName
{
color: #183293;
}
</style>
background-color css
<style>
a { background-color: #183293; }
a { background-color: rgb(24,50,147); }
div.DivClassName
{
background-color: #183293;
}
.BgClassName
{
background-color: #183293;
}
</style>
border-color css
<style>
span { border-color: #183293; }
span { border-color: rgb(24,50,147); }
td.TdClassName
{
border-color: #183293;
}
.TagClassName
{
border-color: #183293;
}
</style>