Shades of Egyptian Blue #182DA2
Tints of Egyptian Blue #182DA2
RGB
CMYK
RGB Variations
Color information
#182DA2 (or 0x182DA2) is known color: Egyptian Blue. HEX triplet: 18, 2D and A2. RGB value is (24,45,162). Sum of RGB (Red+Green+Blue) = 24+45+162=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #182DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DA2 is #E7D25D. Grayscale: #333333. Windows color (decimal): -15192670 or 10628376. OLE color: 10628376.
HSL color Cylindrical-coordinate representation of color #182DA2: hue angle of 230.87º 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 #182DA2 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 45 | 162 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.36 |
| HSL | 230.87º | 0.74% | 0.36% | - |
| HSV(B) | 230.87º | 0.85% | 0.64% | - |
| XYZ | 7.84 | 4.68 | 34.67 | - |
| YUV | 52.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 162 | 0.85 | 0.72 | 0 | 0.36 | 230.87 | 0.74 | 0.36 |
| Hex | 18 | 2D | A2 | 55 | 48 | 0 | 24 | E7 | 4A | 24 |
| Octal | 30 | 55 | 242 | 125 | 110 | 0 | 44 | 347 | 112 | 44 |
| Binary | 11000 | 101101 | 10100010 | 1010101 | 1001000 | 0 | 100100 | 11100111 | 1001010 | 100100 |
Color Harmonies of #182DA2
Complementary color
Monochromatic Colors of #182DA2
Black with #182DA2
Text Example
Text Example
White with #182DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DA2; }
p { color: rgb(24,45,162); }
H1.HeaderClassName
{
color: #182DA2;
}
.AnyTagClassName
{
color: #182DA2;
}
</style>
background-color css
<style>
a { background-color: #182DA2; }
a { background-color: rgb(24,45,162); }
div.DivClassName
{
background-color: #182DA2;
}
.BgClassName
{
background-color: #182DA2;
}
</style>
border-color css
<style>
span { border-color: #182DA2; }
span { border-color: rgb(24,45,162); }
td.TdClassName
{
border-color: #182DA2;
}
.TagClassName
{
border-color: #182DA2;
}
</style>