Shades of Egyptian Blue #182C8A
Tints of Egyptian Blue #182C8A
RGB
CMYK
RGB Variations
Color information
#182C8A (or 0x182C8A) is known color: Egyptian Blue. HEX triplet: 18, 2C and 8A. RGB value is (24,44,138). Sum of RGB (Red+Green+Blue) = 24+44+138=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #182C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C8A is #E7D375. Grayscale: #303030. Windows color (decimal): -15192950 or 9055256. OLE color: 9055256.
HSL color Cylindrical-coordinate representation of color #182C8A: hue angle of 229.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182C8A is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 44 | 138 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.46 |
| HSL | 229.47º | 0.7% | 0.32% | - |
| HSV(B) | 229.47º | 0.83% | 0.54% | - |
| XYZ | 5.86 | 3.83 | 24.48 | - |
| YUV | 48.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 138 | 0.83 | 0.68 | 0 | 0.46 | 229.47 | 0.7 | 0.32 |
| Hex | 18 | 2C | 8A | 53 | 44 | 0 | 2E | E5 | 46 | 20 |
| Octal | 30 | 54 | 212 | 123 | 104 | 0 | 56 | 345 | 106 | 40 |
| Binary | 11000 | 101100 | 10001010 | 1010011 | 1000100 | 0 | 101110 | 11100101 | 1000110 | 100000 |
Color Harmonies of #182C8A
Complementary color
Monochromatic Colors of #182C8A
Black with #182C8A
Text Example
Text Example
White with #182C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C8A; }
p { color: rgb(24,44,138); }
H1.HeaderClassName
{
color: #182C8A;
}
.AnyTagClassName
{
color: #182C8A;
}
</style>
background-color css
<style>
a { background-color: #182C8A; }
a { background-color: rgb(24,44,138); }
div.DivClassName
{
background-color: #182C8A;
}
.BgClassName
{
background-color: #182C8A;
}
</style>
border-color css
<style>
span { border-color: #182C8A; }
span { border-color: rgb(24,44,138); }
td.TdClassName
{
border-color: #182C8A;
}
.TagClassName
{
border-color: #182C8A;
}
</style>