Shades of Egyptian Blue #182C89
Tints of Egyptian Blue #182C89
RGB
CMYK
RGB Variations
Color information
#182C89 (or 0x182C89) is known color: Egyptian Blue. HEX triplet: 18, 2C and 89. RGB value is (24,44,137). Sum of RGB (Red+Green+Blue) = 24+44+137=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #182C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C89 is #E7D376. Grayscale: #303030. Windows color (decimal): -15192951 or 8989720. OLE color: 8989720.
HSL color Cylindrical-coordinate representation of color #182C89: hue angle of 229.38º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182C89 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 44 | 137 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.46 |
| HSL | 229.38º | 0.7% | 0.32% | - |
| HSV(B) | 229.38º | 0.82% | 0.54% | - |
| XYZ | 5.79 | 3.8 | 24.1 | - |
| YUV | 48.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 137 | 0.82 | 0.68 | 0 | 0.46 | 229.38 | 0.7 | 0.32 |
| Hex | 18 | 2C | 89 | 52 | 44 | 0 | 2E | E5 | 46 | 20 |
| Octal | 30 | 54 | 211 | 122 | 104 | 0 | 56 | 345 | 106 | 40 |
| Binary | 11000 | 101100 | 10001001 | 1010010 | 1000100 | 0 | 101110 | 11100101 | 1000110 | 100000 |
Color Harmonies of #182C89
Complementary color
Monochromatic Colors of #182C89
Black with #182C89
Text Example
Text Example
White with #182C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C89; }
p { color: rgb(24,44,137); }
H1.HeaderClassName
{
color: #182C89;
}
.AnyTagClassName
{
color: #182C89;
}
</style>
background-color css
<style>
a { background-color: #182C89; }
a { background-color: rgb(24,44,137); }
div.DivClassName
{
background-color: #182C89;
}
.BgClassName
{
background-color: #182C89;
}
</style>
border-color css
<style>
span { border-color: #182C89; }
span { border-color: rgb(24,44,137); }
td.TdClassName
{
border-color: #182C89;
}
.TagClassName
{
border-color: #182C89;
}
</style>