Shades of Egyptian Blue #184495
Tints of Egyptian Blue #184495
RGB
CMYK
RGB Variations
Color information
#184495 (or 0x184495) is known color: Egyptian Blue. HEX triplet: 18, 44 and 95. RGB value is (24,68,149). Sum of RGB (Red+Green+Blue) = 24+68+149=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #184495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184495 is #E7BB6A. Grayscale: #3F3F3F. Windows color (decimal): -15186795 or 9782296. OLE color: 9782296.
HSL color Cylindrical-coordinate representation of color #184495: hue angle of 218.88º 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 #184495 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 68 | 149 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.42 |
| HSL | 218.88º | 0.72% | 0.34% | - |
| HSV(B) | 218.88º | 0.84% | 0.58% | - |
| XYZ | 7.87 | 6.5 | 29.27 | - |
| YUV | 64.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 149 | 0.84 | 0.54 | 0 | 0.42 | 218.88 | 0.72 | 0.34 |
| Hex | 18 | 44 | 95 | 54 | 36 | 0 | 2A | DB | 48 | 22 |
| Octal | 30 | 104 | 225 | 124 | 66 | 0 | 52 | 333 | 110 | 42 |
| Binary | 11000 | 1000100 | 10010101 | 1010100 | 110110 | 0 | 101010 | 11011011 | 1001000 | 100010 |
Color Harmonies of #184495
Complementary color
Monochromatic Colors of #184495
Black with #184495
Text Example
Text Example
White with #184495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184495; }
p { color: rgb(24,68,149); }
H1.HeaderClassName
{
color: #184495;
}
.AnyTagClassName
{
color: #184495;
}
</style>
background-color css
<style>
a { background-color: #184495; }
a { background-color: rgb(24,68,149); }
div.DivClassName
{
background-color: #184495;
}
.BgClassName
{
background-color: #184495;
}
</style>
border-color css
<style>
span { border-color: #184495; }
span { border-color: rgb(24,68,149); }
td.TdClassName
{
border-color: #184495;
}
.TagClassName
{
border-color: #184495;
}
</style>