Shades of Egyptian Blue #183193
Tints of Egyptian Blue #183193
RGB
CMYK
RGB Variations
Color information
#183193 (or 0x183193) is known color: Egyptian Blue. HEX triplet: 18, 31 and 93. RGB value is (24,49,147). Sum of RGB (Red+Green+Blue) = 24+49+147=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #183193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183193 is #E7CE6C. Grayscale: #343434. Windows color (decimal): -15191661 or 9646360. OLE color: 9646360.
HSL color Cylindrical-coordinate representation of color #183193: hue angle of 227.8º 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 #183193 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 49 | 147 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.42 |
| HSL | 227.8º | 0.72% | 0.34% | - |
| HSV(B) | 227.8º | 0.84% | 0.58% | - |
| XYZ | 6.74 | 4.5 | 28.12 | - |
| YUV | 52.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 147 | 0.84 | 0.67 | 0 | 0.42 | 227.8 | 0.72 | 0.34 |
| Hex | 18 | 31 | 93 | 54 | 43 | 0 | 2A | E4 | 48 | 22 |
| Octal | 30 | 61 | 223 | 124 | 103 | 0 | 52 | 344 | 110 | 42 |
| Binary | 11000 | 110001 | 10010011 | 1010100 | 1000011 | 0 | 101010 | 11100100 | 1001000 | 100010 |
Color Harmonies of #183193
Complementary color
Monochromatic Colors of #183193
Black with #183193
Text Example
Text Example
White with #183193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183193; }
p { color: rgb(24,49,147); }
H1.HeaderClassName
{
color: #183193;
}
.AnyTagClassName
{
color: #183193;
}
</style>
background-color css
<style>
a { background-color: #183193; }
a { background-color: rgb(24,49,147); }
div.DivClassName
{
background-color: #183193;
}
.BgClassName
{
background-color: #183193;
}
</style>
border-color css
<style>
span { border-color: #183193; }
span { border-color: rgb(24,49,147); }
td.TdClassName
{
border-color: #183193;
}
.TagClassName
{
border-color: #183193;
}
</style>