Shades of Egyptian Blue #183194
Tints of Egyptian Blue #183194
RGB
CMYK
RGB Variations
Color information
#183194 (or 0x183194) is known color: Egyptian Blue. HEX triplet: 18, 31 and 94. RGB value is (24,49,148). Sum of RGB (Red+Green+Blue) = 24+49+148=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #183194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183194 is #E7CE6B. Grayscale: #343434. Windows color (decimal): -15191660 or 9711896. OLE color: 9711896.
HSL color Cylindrical-coordinate representation of color #183194: hue angle of 227.9º 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 #183194 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 49 | 148 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.42 |
| HSL | 227.9º | 0.72% | 0.34% | - |
| HSV(B) | 227.9º | 0.84% | 0.58% | - |
| XYZ | 6.82 | 4.53 | 28.53 | - |
| YUV | 52.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 148 | 0.84 | 0.67 | 0 | 0.42 | 227.9 | 0.72 | 0.34 |
| Hex | 18 | 31 | 94 | 54 | 43 | 0 | 2A | E4 | 48 | 22 |
| Octal | 30 | 61 | 224 | 124 | 103 | 0 | 52 | 344 | 110 | 42 |
| Binary | 11000 | 110001 | 10010100 | 1010100 | 1000011 | 0 | 101010 | 11100100 | 1001000 | 100010 |
Color Harmonies of #183194
Complementary color
Monochromatic Colors of #183194
Black with #183194
Text Example
Text Example
White with #183194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183194; }
p { color: rgb(24,49,148); }
H1.HeaderClassName
{
color: #183194;
}
.AnyTagClassName
{
color: #183194;
}
</style>
background-color css
<style>
a { background-color: #183194; }
a { background-color: rgb(24,49,148); }
div.DivClassName
{
background-color: #183194;
}
.BgClassName
{
background-color: #183194;
}
</style>
border-color css
<style>
span { border-color: #183194; }
span { border-color: rgb(24,49,148); }
td.TdClassName
{
border-color: #183194;
}
.TagClassName
{
border-color: #183194;
}
</style>