Shades of Egyptian Blue #184499
Tints of Egyptian Blue #184499
RGB
CMYK
RGB Variations
Color information
#184499 (or 0x184499) is known color: Egyptian Blue. HEX triplet: 18, 44 and 99. RGB value is (24,68,153). Sum of RGB (Red+Green+Blue) = 24+68+153=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #184499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184499 is #E7BB66. Grayscale: #404040. Windows color (decimal): -15186791 or 10044440. OLE color: 10044440.
HSL color Cylindrical-coordinate representation of color #184499: hue angle of 219.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184499 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 68 | 153 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.4 |
| HSL | 219.53º | 0.73% | 0.35% | - |
| HSV(B) | 219.53º | 0.84% | 0.6% | - |
| XYZ | 8.19 | 6.63 | 30.98 | - |
| YUV | 64.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 153 | 0.84 | 0.56 | 0 | 0.4 | 219.53 | 0.73 | 0.35 |
| Hex | 18 | 44 | 99 | 54 | 38 | 0 | 28 | DC | 49 | 23 |
| Octal | 30 | 104 | 231 | 124 | 70 | 0 | 50 | 334 | 111 | 43 |
| Binary | 11000 | 1000100 | 10011001 | 1010100 | 111000 | 0 | 101000 | 11011100 | 1001001 | 100011 |
Color Harmonies of #184499
Complementary color
Monochromatic Colors of #184499
Black with #184499
Text Example
Text Example
White with #184499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184499; }
p { color: rgb(24,68,153); }
H1.HeaderClassName
{
color: #184499;
}
.AnyTagClassName
{
color: #184499;
}
</style>
background-color css
<style>
a { background-color: #184499; }
a { background-color: rgb(24,68,153); }
div.DivClassName
{
background-color: #184499;
}
.BgClassName
{
background-color: #184499;
}
</style>
border-color css
<style>
span { border-color: #184499; }
span { border-color: rgb(24,68,153); }
td.TdClassName
{
border-color: #184499;
}
.TagClassName
{
border-color: #184499;
}
</style>