Shades of Egyptian Blue #184196
Tints of Egyptian Blue #184196
RGB
CMYK
RGB Variations
Color information
#184196 (or 0x184196) is known color: Egyptian Blue. HEX triplet: 18, 41 and 96. RGB value is (24,65,150). Sum of RGB (Red+Green+Blue) = 24+65+150=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #184196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184196 is #E7BE69. Grayscale: #3E3E3E. Windows color (decimal): -15187562 or 9847064. OLE color: 9847064.
HSL color Cylindrical-coordinate representation of color #184196: hue angle of 220.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184196 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 65 | 150 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.41 |
| HSL | 220.48º | 0.72% | 0.34% | - |
| HSV(B) | 220.48º | 0.84% | 0.59% | - |
| XYZ | 7.77 | 6.18 | 29.64 | - |
| YUV | 62.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 150 | 0.84 | 0.57 | 0 | 0.41 | 220.48 | 0.72 | 0.34 |
| Hex | 18 | 41 | 96 | 54 | 39 | 0 | 29 | DC | 48 | 22 |
| Octal | 30 | 101 | 226 | 124 | 71 | 0 | 51 | 334 | 110 | 42 |
| Binary | 11000 | 1000001 | 10010110 | 1010100 | 111001 | 0 | 101001 | 11011100 | 1001000 | 100010 |
Color Harmonies of #184196
Complementary color
Monochromatic Colors of #184196
Black with #184196
Text Example
Text Example
White with #184196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184196; }
p { color: rgb(24,65,150); }
H1.HeaderClassName
{
color: #184196;
}
.AnyTagClassName
{
color: #184196;
}
</style>
background-color css
<style>
a { background-color: #184196; }
a { background-color: rgb(24,65,150); }
div.DivClassName
{
background-color: #184196;
}
.BgClassName
{
background-color: #184196;
}
</style>
border-color css
<style>
span { border-color: #184196; }
span { border-color: rgb(24,65,150); }
td.TdClassName
{
border-color: #184196;
}
.TagClassName
{
border-color: #184196;
}
</style>