Shades of Egyptian Blue #181AAC
Tints of Egyptian Blue #181AAC
RGB
CMYK
RGB Variations
Color information
#181AAC (or 0x181AAC) is known color: Egyptian Blue. HEX triplet: 18, 1A and AC. RGB value is (24,26,172). Sum of RGB (Red+Green+Blue) = 24+26+172=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #181AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181AAC is #E7E553. Grayscale: #292929. Windows color (decimal): -15197524 or 11278872. OLE color: 11278872.
HSL color Cylindrical-coordinate representation of color #181AAC: hue angle of 239.19º 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 #181AAC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 26 | 172 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.33 |
| HSL | 239.19º | 0.76% | 0.38% | - |
| HSV(B) | 239.19º | 0.86% | 0.67% | - |
| XYZ | 8.19 | 3.91 | 39.35 | - |
| YUV | 42.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 172 | 0.86 | 0.85 | 0 | 0.33 | 239.19 | 0.76 | 0.38 |
| Hex | 18 | 1A | AC | 56 | 55 | 0 | 21 | EF | 4C | 26 |
| Octal | 30 | 32 | 254 | 126 | 125 | 0 | 41 | 357 | 114 | 46 |
| Binary | 11000 | 11010 | 10101100 | 1010110 | 1010101 | 0 | 100001 | 11101111 | 1001100 | 100110 |
Color Harmonies of #181AAC
Complementary color
Monochromatic Colors of #181AAC
Black with #181AAC
Text Example
Text Example
White with #181AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AAC; }
p { color: rgb(24,26,172); }
H1.HeaderClassName
{
color: #181AAC;
}
.AnyTagClassName
{
color: #181AAC;
}
</style>
background-color css
<style>
a { background-color: #181AAC; }
a { background-color: rgb(24,26,172); }
div.DivClassName
{
background-color: #181AAC;
}
.BgClassName
{
background-color: #181AAC;
}
</style>
border-color css
<style>
span { border-color: #181AAC; }
span { border-color: rgb(24,26,172); }
td.TdClassName
{
border-color: #181AAC;
}
.TagClassName
{
border-color: #181AAC;
}
</style>