Shades of Egyptian Blue #182DA0
Tints of Egyptian Blue #182DA0
RGB
CMYK
RGB Variations
Color information
#182DA0 (or 0x182DA0) is known color: Egyptian Blue. HEX triplet: 18, 2D and A0. RGB value is (24,45,160). Sum of RGB (Red+Green+Blue) = 24+45+160=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 160 (62.89% from 255 or 69.87% from 229); Max value from RGB is 160 - color contains mainly: blue. Hex color #182DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DA0 is #E7D25F. Grayscale: #333333. Windows color (decimal): -15192672 or 10497304. OLE color: 10497304.
HSL color Cylindrical-coordinate representation of color #182DA0: hue angle of 230.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182DA0 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 45 | 160 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.37 |
| HSL | 230.74º | 0.74% | 0.36% | - |
| HSV(B) | 230.74º | 0.85% | 0.63% | - |
| XYZ | 7.66 | 4.61 | 33.74 | - |
| YUV | 51.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 160 | 0.85 | 0.72 | 0 | 0.37 | 230.74 | 0.74 | 0.36 |
| Hex | 18 | 2D | A0 | 55 | 48 | 0 | 25 | E7 | 4A | 24 |
| Octal | 30 | 55 | 240 | 125 | 110 | 0 | 45 | 347 | 112 | 44 |
| Binary | 11000 | 101101 | 10100000 | 1010101 | 1001000 | 0 | 100101 | 11100111 | 1001010 | 100100 |
Color Harmonies of #182DA0
Complementary color
Monochromatic Colors of #182DA0
Black with #182DA0
Text Example
Text Example
White with #182DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DA0; }
p { color: rgb(24,45,160); }
H1.HeaderClassName
{
color: #182DA0;
}
.AnyTagClassName
{
color: #182DA0;
}
</style>
background-color css
<style>
a { background-color: #182DA0; }
a { background-color: rgb(24,45,160); }
div.DivClassName
{
background-color: #182DA0;
}
.BgClassName
{
background-color: #182DA0;
}
</style>
border-color css
<style>
span { border-color: #182DA0; }
span { border-color: rgb(24,45,160); }
td.TdClassName
{
border-color: #182DA0;
}
.TagClassName
{
border-color: #182DA0;
}
</style>