Shades of Egyptian Blue #182BA2
Tints of Egyptian Blue #182BA2
RGB
CMYK
RGB Variations
Color information
#182BA2 (or 0x182BA2) is known color: Egyptian Blue. HEX triplet: 18, 2B and A2. RGB value is (24,43,162). Sum of RGB (Red+Green+Blue) = 24+43+162=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #182BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BA2 is #E7D45D. Grayscale: #323232. Windows color (decimal): -15193182 or 10627864. OLE color: 10627864.
HSL color Cylindrical-coordinate representation of color #182BA2: hue angle of 231.74º 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 #182BA2 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 43 | 162 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.36 |
| HSL | 231.74º | 0.74% | 0.36% | - |
| HSV(B) | 231.74º | 0.85% | 0.64% | - |
| XYZ | 7.76 | 4.53 | 34.65 | - |
| YUV | 50.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 162 | 0.85 | 0.73 | 0 | 0.36 | 231.74 | 0.74 | 0.36 |
| Hex | 18 | 2B | A2 | 55 | 49 | 0 | 24 | E8 | 4A | 24 |
| Octal | 30 | 53 | 242 | 125 | 111 | 0 | 44 | 350 | 112 | 44 |
| Binary | 11000 | 101011 | 10100010 | 1010101 | 1001001 | 0 | 100100 | 11101000 | 1001010 | 100100 |
Color Harmonies of #182BA2
Complementary color
Monochromatic Colors of #182BA2
Black with #182BA2
Text Example
Text Example
White with #182BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BA2; }
p { color: rgb(24,43,162); }
H1.HeaderClassName
{
color: #182BA2;
}
.AnyTagClassName
{
color: #182BA2;
}
</style>
background-color css
<style>
a { background-color: #182BA2; }
a { background-color: rgb(24,43,162); }
div.DivClassName
{
background-color: #182BA2;
}
.BgClassName
{
background-color: #182BA2;
}
</style>
border-color css
<style>
span { border-color: #182BA2; }
span { border-color: rgb(24,43,162); }
td.TdClassName
{
border-color: #182BA2;
}
.TagClassName
{
border-color: #182BA2;
}
</style>