Shades of Egyptian Blue #182AAC
Tints of Egyptian Blue #182AAC
RGB
CMYK
RGB Variations
Color information
#182AAC (or 0x182AAC) is known color: Egyptian Blue. HEX triplet: 18, 2A and AC. RGB value is (24,42,172). Sum of RGB (Red+Green+Blue) = 24+42+172=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #182AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182AAC is #E7D553. Grayscale: #323232. Windows color (decimal): -15193428 or 11282968. OLE color: 11282968.
HSL color Cylindrical-coordinate representation of color #182AAC: hue angle of 232.7º 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 #182AAC is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 42 | 172 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.33 |
| HSL | 232.7º | 0.76% | 0.38% | - |
| HSV(B) | 232.7º | 0.86% | 0.67% | - |
| XYZ | 8.65 | 4.83 | 39.51 | - |
| YUV | 51.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 172 | 0.86 | 0.76 | 0 | 0.33 | 232.7 | 0.76 | 0.38 |
| Hex | 18 | 2A | AC | 56 | 4C | 0 | 21 | E9 | 4C | 26 |
| Octal | 30 | 52 | 254 | 126 | 114 | 0 | 41 | 351 | 114 | 46 |
| Binary | 11000 | 101010 | 10101100 | 1010110 | 1001100 | 0 | 100001 | 11101001 | 1001100 | 100110 |
Color Harmonies of #182AAC
Complementary color
Monochromatic Colors of #182AAC
Black with #182AAC
Text Example
Text Example
White with #182AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182AAC; }
p { color: rgb(24,42,172); }
H1.HeaderClassName
{
color: #182AAC;
}
.AnyTagClassName
{
color: #182AAC;
}
</style>
background-color css
<style>
a { background-color: #182AAC; }
a { background-color: rgb(24,42,172); }
div.DivClassName
{
background-color: #182AAC;
}
.BgClassName
{
background-color: #182AAC;
}
</style>
border-color css
<style>
span { border-color: #182AAC; }
span { border-color: rgb(24,42,172); }
td.TdClassName
{
border-color: #182AAC;
}
.TagClassName
{
border-color: #182AAC;
}
</style>