Shades of Egyptian Blue #182794
Tints of Egyptian Blue #182794
RGB
CMYK
RGB Variations
Color information
#182794 (or 0x182794) is known color: Egyptian Blue. HEX triplet: 18, 27 and 94. RGB value is (24,39,148). Sum of RGB (Red+Green+Blue) = 24+39+148=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #182794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182794 is #E7D86B. Grayscale: #2E2E2E. Windows color (decimal): -15194220 or 9709336. OLE color: 9709336.
HSL color Cylindrical-coordinate representation of color #182794: hue angle of 232.74º 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 #182794 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 39 | 148 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.42 |
| HSL | 232.74º | 0.72% | 0.34% | - |
| HSV(B) | 232.74º | 0.84% | 0.58% | - |
| XYZ | 6.45 | 3.78 | 28.41 | - |
| YUV | 46.94 | 185.03 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 148 | 0.84 | 0.74 | 0 | 0.42 | 232.74 | 0.72 | 0.34 |
| Hex | 18 | 27 | 94 | 54 | 4A | 0 | 2A | E9 | 48 | 22 |
| Octal | 30 | 47 | 224 | 124 | 112 | 0 | 52 | 351 | 110 | 42 |
| Binary | 11000 | 100111 | 10010100 | 1010100 | 1001010 | 0 | 101010 | 11101001 | 1001000 | 100010 |
Color Harmonies of #182794
Complementary color
Monochromatic Colors of #182794
Black with #182794
Text Example
Text Example
White with #182794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182794; }
p { color: rgb(24,39,148); }
H1.HeaderClassName
{
color: #182794;
}
.AnyTagClassName
{
color: #182794;
}
</style>
background-color css
<style>
a { background-color: #182794; }
a { background-color: rgb(24,39,148); }
div.DivClassName
{
background-color: #182794;
}
.BgClassName
{
background-color: #182794;
}
</style>
border-color css
<style>
span { border-color: #182794; }
span { border-color: rgb(24,39,148); }
td.TdClassName
{
border-color: #182794;
}
.TagClassName
{
border-color: #182794;
}
</style>