Shades of Egyptian Blue #182EA2
Tints of Egyptian Blue #182EA2
RGB
CMYK
RGB Variations
Color information
#182EA2 (or 0x182EA2) is known color: Egyptian Blue. HEX triplet: 18, 2E and A2. RGB value is (24,46,162). Sum of RGB (Red+Green+Blue) = 24+46+162=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #182EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182EA2 is #E7D15D. Grayscale: #343434. Windows color (decimal): -15192414 or 10628632. OLE color: 10628632.
HSL color Cylindrical-coordinate representation of color #182EA2: hue angle of 230.43º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182EA2 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 46 | 162 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.36 |
| HSL | 230.43º | 0.74% | 0.36% | - |
| HSV(B) | 230.43º | 0.85% | 0.64% | - |
| XYZ | 7.88 | 4.76 | 34.69 | - |
| YUV | 52.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 162 | 0.85 | 0.72 | 0 | 0.36 | 230.43 | 0.74 | 0.36 |
| Hex | 18 | 2E | A2 | 55 | 48 | 0 | 24 | E6 | 4A | 24 |
| Octal | 30 | 56 | 242 | 125 | 110 | 0 | 44 | 346 | 112 | 44 |
| Binary | 11000 | 101110 | 10100010 | 1010101 | 1001000 | 0 | 100100 | 11100110 | 1001010 | 100100 |
Color Harmonies of #182EA2
Complementary color
Monochromatic Colors of #182EA2
Black with #182EA2
Text Example
Text Example
White with #182EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182EA2; }
p { color: rgb(24,46,162); }
H1.HeaderClassName
{
color: #182EA2;
}
.AnyTagClassName
{
color: #182EA2;
}
</style>
background-color css
<style>
a { background-color: #182EA2; }
a { background-color: rgb(24,46,162); }
div.DivClassName
{
background-color: #182EA2;
}
.BgClassName
{
background-color: #182EA2;
}
</style>
border-color css
<style>
span { border-color: #182EA2; }
span { border-color: rgb(24,46,162); }
td.TdClassName
{
border-color: #182EA2;
}
.TagClassName
{
border-color: #182EA2;
}
</style>