Shades of Egyptian Blue #182BA5
Tints of Egyptian Blue #182BA5
RGB
CMYK
RGB Variations
Color information
#182BA5 (or 0x182BA5) is known color: Egyptian Blue. HEX triplet: 18, 2B and A5. RGB value is (24,43,165). Sum of RGB (Red+Green+Blue) = 24+43+165=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #182BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BA5 is #E7D45A. Grayscale: #323232. Windows color (decimal): -15193179 or 10824472. OLE color: 10824472.
HSL color Cylindrical-coordinate representation of color #182BA5: hue angle of 231.91º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182BA5 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 43 | 165 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.35 |
| HSL | 231.91º | 0.75% | 0.37% | - |
| HSV(B) | 231.91º | 0.85% | 0.65% | - |
| XYZ | 8.03 | 4.64 | 36.07 | - |
| YUV | 51.23 | 192.21 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 165 | 0.85 | 0.74 | 0 | 0.35 | 231.91 | 0.75 | 0.37 |
| Hex | 18 | 2B | A5 | 55 | 4A | 0 | 23 | E8 | 4B | 25 |
| Octal | 30 | 53 | 245 | 125 | 112 | 0 | 43 | 350 | 113 | 45 |
| Binary | 11000 | 101011 | 10100101 | 1010101 | 1001010 | 0 | 100011 | 11101000 | 1001011 | 100101 |
Color Harmonies of #182BA5
Complementary color
Monochromatic Colors of #182BA5
Black with #182BA5
Text Example
Text Example
White with #182BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BA5; }
p { color: rgb(24,43,165); }
H1.HeaderClassName
{
color: #182BA5;
}
.AnyTagClassName
{
color: #182BA5;
}
</style>
background-color css
<style>
a { background-color: #182BA5; }
a { background-color: rgb(24,43,165); }
div.DivClassName
{
background-color: #182BA5;
}
.BgClassName
{
background-color: #182BA5;
}
</style>
border-color css
<style>
span { border-color: #182BA5; }
span { border-color: rgb(24,43,165); }
td.TdClassName
{
border-color: #182BA5;
}
.TagClassName
{
border-color: #182BA5;
}
</style>