Shades of Egyptian Blue #184091
Tints of Egyptian Blue #184091
RGB
CMYK
RGB Variations
Color information
#184091 (or 0x184091) is known color: Egyptian Blue. HEX triplet: 18, 40 and 91. RGB value is (24,64,145). Sum of RGB (Red+Green+Blue) = 24+64+145=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #184091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184091 is #E7BF6E. Grayscale: #3C3C3C. Windows color (decimal): -15187823 or 9519128. OLE color: 9519128.
HSL color Cylindrical-coordinate representation of color #184091: hue angle of 220.17º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184091 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 64 | 145 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.43 |
| HSL | 220.17º | 0.72% | 0.33% | - |
| HSV(B) | 220.17º | 0.83% | 0.57% | - |
| XYZ | 7.32 | 5.91 | 27.54 | - |
| YUV | 61.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 145 | 0.83 | 0.56 | 0 | 0.43 | 220.17 | 0.72 | 0.33 |
| Hex | 18 | 40 | 91 | 53 | 38 | 0 | 2B | DC | 48 | 21 |
| Octal | 30 | 100 | 221 | 123 | 70 | 0 | 53 | 334 | 110 | 41 |
| Binary | 11000 | 1000000 | 10010001 | 1010011 | 111000 | 0 | 101011 | 11011100 | 1001000 | 100001 |
Color Harmonies of #184091
Complementary color
Monochromatic Colors of #184091
Black with #184091
Text Example
Text Example
White with #184091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184091; }
p { color: rgb(24,64,145); }
H1.HeaderClassName
{
color: #184091;
}
.AnyTagClassName
{
color: #184091;
}
</style>
background-color css
<style>
a { background-color: #184091; }
a { background-color: rgb(24,64,145); }
div.DivClassName
{
background-color: #184091;
}
.BgClassName
{
background-color: #184091;
}
</style>
border-color css
<style>
span { border-color: #184091; }
span { border-color: rgb(24,64,145); }
td.TdClassName
{
border-color: #184091;
}
.TagClassName
{
border-color: #184091;
}
</style>