Shades of Egyptian Blue #182791
Tints of Egyptian Blue #182791
RGB
CMYK
RGB Variations
Color information
#182791 (or 0x182791) is known color: Egyptian Blue. HEX triplet: 18, 27 and 91. RGB value is (24,39,145). Sum of RGB (Red+Green+Blue) = 24+39+145=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #182791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182791 is #E7D86E. Grayscale: #2E2E2E. Windows color (decimal): -15194223 or 9512728. OLE color: 9512728.
HSL color Cylindrical-coordinate representation of color #182791: hue angle of 232.56º 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 #182791 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 39 | 145 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.43 |
| HSL | 232.56º | 0.72% | 0.33% | - |
| HSV(B) | 232.56º | 0.83% | 0.57% | - |
| XYZ | 6.21 | 3.69 | 27.17 | - |
| YUV | 46.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 145 | 0.83 | 0.73 | 0 | 0.43 | 232.56 | 0.72 | 0.33 |
| Hex | 18 | 27 | 91 | 53 | 49 | 0 | 2B | E9 | 48 | 21 |
| Octal | 30 | 47 | 221 | 123 | 111 | 0 | 53 | 351 | 110 | 41 |
| Binary | 11000 | 100111 | 10010001 | 1010011 | 1001001 | 0 | 101011 | 11101001 | 1001000 | 100001 |
Color Harmonies of #182791
Complementary color
Monochromatic Colors of #182791
Black with #182791
Text Example
Text Example
White with #182791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182791; }
p { color: rgb(24,39,145); }
H1.HeaderClassName
{
color: #182791;
}
.AnyTagClassName
{
color: #182791;
}
</style>
background-color css
<style>
a { background-color: #182791; }
a { background-color: rgb(24,39,145); }
div.DivClassName
{
background-color: #182791;
}
.BgClassName
{
background-color: #182791;
}
</style>
border-color css
<style>
span { border-color: #182791; }
span { border-color: rgb(24,39,145); }
td.TdClassName
{
border-color: #182791;
}
.TagClassName
{
border-color: #182791;
}
</style>