Shades of Egyptian Blue #182BA0
Tints of Egyptian Blue #182BA0
RGB
CMYK
RGB Variations
Color information
#182BA0 (or 0x182BA0) is known color: Egyptian Blue. HEX triplet: 18, 2B and A0. RGB value is (24,43,160). Sum of RGB (Red+Green+Blue) = 24+43+160=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #182BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BA0 is #E7D45F. Grayscale: #323232. Windows color (decimal): -15193184 or 10496792. OLE color: 10496792.
HSL color Cylindrical-coordinate representation of color #182BA0: hue angle of 231.62º 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 #182BA0 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 43 | 160 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.37 |
| HSL | 231.62º | 0.74% | 0.36% | - |
| HSV(B) | 231.62º | 0.85% | 0.63% | - |
| XYZ | 7.59 | 4.46 | 33.72 | - |
| YUV | 50.66 | 189.71 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 160 | 0.85 | 0.73 | 0 | 0.37 | 231.62 | 0.74 | 0.36 |
| Hex | 18 | 2B | A0 | 55 | 49 | 0 | 25 | E8 | 4A | 24 |
| Octal | 30 | 53 | 240 | 125 | 111 | 0 | 45 | 350 | 112 | 44 |
| Binary | 11000 | 101011 | 10100000 | 1010101 | 1001001 | 0 | 100101 | 11101000 | 1001010 | 100100 |
Color Harmonies of #182BA0
Complementary color
Monochromatic Colors of #182BA0
Black with #182BA0
Text Example
Text Example
White with #182BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BA0; }
p { color: rgb(24,43,160); }
H1.HeaderClassName
{
color: #182BA0;
}
.AnyTagClassName
{
color: #182BA0;
}
</style>
background-color css
<style>
a { background-color: #182BA0; }
a { background-color: rgb(24,43,160); }
div.DivClassName
{
background-color: #182BA0;
}
.BgClassName
{
background-color: #182BA0;
}
</style>
border-color css
<style>
span { border-color: #182BA0; }
span { border-color: rgb(24,43,160); }
td.TdClassName
{
border-color: #182BA0;
}
.TagClassName
{
border-color: #182BA0;
}
</style>