Shades of Egyptian Blue #184192
Tints of Egyptian Blue #184192
RGB
CMYK
RGB Variations
Color information
#184192 (or 0x184192) is known color: Egyptian Blue. HEX triplet: 18, 41 and 92. RGB value is (24,65,146). Sum of RGB (Red+Green+Blue) = 24+65+146=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #184192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184192 is #E7BE6D. Grayscale: #3D3D3D. Windows color (decimal): -15187566 or 9584920. OLE color: 9584920.
HSL color Cylindrical-coordinate representation of color #184192: hue angle of 219.84º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184192 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 65 | 146 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.43 |
| HSL | 219.84º | 0.72% | 0.33% | - |
| HSV(B) | 219.84º | 0.84% | 0.57% | - |
| XYZ | 7.46 | 6.05 | 27.97 | - |
| YUV | 61.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 146 | 0.84 | 0.55 | 0 | 0.43 | 219.84 | 0.72 | 0.33 |
| Hex | 18 | 41 | 92 | 54 | 37 | 0 | 2B | DC | 48 | 21 |
| Octal | 30 | 101 | 222 | 124 | 67 | 0 | 53 | 334 | 110 | 41 |
| Binary | 11000 | 1000001 | 10010010 | 1010100 | 110111 | 0 | 101011 | 11011100 | 1001000 | 100001 |
Color Harmonies of #184192
Complementary color
Monochromatic Colors of #184192
Black with #184192
Text Example
Text Example
White with #184192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184192; }
p { color: rgb(24,65,146); }
H1.HeaderClassName
{
color: #184192;
}
.AnyTagClassName
{
color: #184192;
}
</style>
background-color css
<style>
a { background-color: #184192; }
a { background-color: rgb(24,65,146); }
div.DivClassName
{
background-color: #184192;
}
.BgClassName
{
background-color: #184192;
}
</style>
border-color css
<style>
span { border-color: #184192; }
span { border-color: rgb(24,65,146); }
td.TdClassName
{
border-color: #184192;
}
.TagClassName
{
border-color: #184192;
}
</style>