Shades of Egyptian Blue #182CAC
Tints of Egyptian Blue #182CAC
RGB
CMYK
RGB Variations
Color information
#182CAC (or 0x182CAC) is known color: Egyptian Blue. HEX triplet: 18, 2C and AC. RGB value is (24,44,172). Sum of RGB (Red+Green+Blue) = 24+44+172=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #182CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182CAC is #E7D353. Grayscale: #343434. Windows color (decimal): -15192916 or 11283480. OLE color: 11283480.
HSL color Cylindrical-coordinate representation of color #182CAC: hue angle of 231.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182CAC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 44 | 172 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.33 |
| HSL | 231.89º | 0.76% | 0.38% | - |
| HSV(B) | 231.89º | 0.86% | 0.67% | - |
| XYZ | 8.72 | 4.97 | 39.53 | - |
| YUV | 52.61 | 195.37 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 172 | 0.86 | 0.74 | 0 | 0.33 | 231.89 | 0.76 | 0.38 |
| Hex | 18 | 2C | AC | 56 | 4A | 0 | 21 | E8 | 4C | 26 |
| Octal | 30 | 54 | 254 | 126 | 112 | 0 | 41 | 350 | 114 | 46 |
| Binary | 11000 | 101100 | 10101100 | 1010110 | 1001010 | 0 | 100001 | 11101000 | 1001100 | 100110 |
Color Harmonies of #182CAC
Complementary color
Monochromatic Colors of #182CAC
Black with #182CAC
Text Example
Text Example
White with #182CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CAC; }
p { color: rgb(24,44,172); }
H1.HeaderClassName
{
color: #182CAC;
}
.AnyTagClassName
{
color: #182CAC;
}
</style>
background-color css
<style>
a { background-color: #182CAC; }
a { background-color: rgb(24,44,172); }
div.DivClassName
{
background-color: #182CAC;
}
.BgClassName
{
background-color: #182CAC;
}
</style>
border-color css
<style>
span { border-color: #182CAC; }
span { border-color: rgb(24,44,172); }
td.TdClassName
{
border-color: #182CAC;
}
.TagClassName
{
border-color: #182CAC;
}
</style>