Shades of Egyptian Blue #182799
Tints of Egyptian Blue #182799
RGB
CMYK
RGB Variations
Color information
#182799 (or 0x182799) is known color: Egyptian Blue. HEX triplet: 18, 27 and 99. RGB value is (24,39,153). Sum of RGB (Red+Green+Blue) = 24+39+153=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #182799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182799 is #E7D866. Grayscale: #2F2F2F. Windows color (decimal): -15194215 or 10037016. OLE color: 10037016.
HSL color Cylindrical-coordinate representation of color #182799: hue angle of 233.02º 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 #182799 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 39 | 153 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.4 |
| HSL | 233.02º | 0.73% | 0.35% | - |
| HSV(B) | 233.02º | 0.84% | 0.6% | - |
| XYZ | 6.85 | 3.95 | 30.54 | - |
| YUV | 47.51 | 187.53 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 153 | 0.84 | 0.75 | 0 | 0.4 | 233.02 | 0.73 | 0.35 |
| Hex | 18 | 27 | 99 | 54 | 4B | 0 | 28 | E9 | 49 | 23 |
| Octal | 30 | 47 | 231 | 124 | 113 | 0 | 50 | 351 | 111 | 43 |
| Binary | 11000 | 100111 | 10011001 | 1010100 | 1001011 | 0 | 101000 | 11101001 | 1001001 | 100011 |
Color Harmonies of #182799
Complementary color
Monochromatic Colors of #182799
Black with #182799
Text Example
Text Example
White with #182799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182799; }
p { color: rgb(24,39,153); }
H1.HeaderClassName
{
color: #182799;
}
.AnyTagClassName
{
color: #182799;
}
</style>
background-color css
<style>
a { background-color: #182799; }
a { background-color: rgb(24,39,153); }
div.DivClassName
{
background-color: #182799;
}
.BgClassName
{
background-color: #182799;
}
</style>
border-color css
<style>
span { border-color: #182799; }
span { border-color: rgb(24,39,153); }
td.TdClassName
{
border-color: #182799;
}
.TagClassName
{
border-color: #182799;
}
</style>