Shades of Egyptian Blue #182CA0
Tints of Egyptian Blue #182CA0
RGB
CMYK
RGB Variations
Color information
#182CA0 (or 0x182CA0) is known color: Egyptian Blue. HEX triplet: 18, 2C and A0. RGB value is (24,44,160). Sum of RGB (Red+Green+Blue) = 24+44+160=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #182CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182CA0 is #E7D35F. Grayscale: #323232. Windows color (decimal): -15192928 or 10497048. OLE color: 10497048.
HSL color Cylindrical-coordinate representation of color #182CA0: hue angle of 231.18º 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 #182CA0 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 44 | 160 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.37 |
| HSL | 231.18º | 0.74% | 0.36% | - |
| HSV(B) | 231.18º | 0.85% | 0.63% | - |
| XYZ | 7.62 | 4.53 | 33.73 | - |
| YUV | 51.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 160 | 0.85 | 0.72 | 0 | 0.37 | 231.18 | 0.74 | 0.36 |
| Hex | 18 | 2C | A0 | 55 | 48 | 0 | 25 | E7 | 4A | 24 |
| Octal | 30 | 54 | 240 | 125 | 110 | 0 | 45 | 347 | 112 | 44 |
| Binary | 11000 | 101100 | 10100000 | 1010101 | 1001000 | 0 | 100101 | 11100111 | 1001010 | 100100 |
Color Harmonies of #182CA0
Complementary color
Monochromatic Colors of #182CA0
Black with #182CA0
Text Example
Text Example
White with #182CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CA0; }
p { color: rgb(24,44,160); }
H1.HeaderClassName
{
color: #182CA0;
}
.AnyTagClassName
{
color: #182CA0;
}
</style>
background-color css
<style>
a { background-color: #182CA0; }
a { background-color: rgb(24,44,160); }
div.DivClassName
{
background-color: #182CA0;
}
.BgClassName
{
background-color: #182CA0;
}
</style>
border-color css
<style>
span { border-color: #182CA0; }
span { border-color: rgb(24,44,160); }
td.TdClassName
{
border-color: #182CA0;
}
.TagClassName
{
border-color: #182CA0;
}
</style>