Shades of Egyptian Blue #182DAC
Tints of Egyptian Blue #182DAC
RGB
CMYK
RGB Variations
Color information
#182DAC (or 0x182DAC) is known color: Egyptian Blue. HEX triplet: 18, 2D and AC. RGB value is (24,45,172). Sum of RGB (Red+Green+Blue) = 24+45+172=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #182DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DAC is #E7D253. Grayscale: #343434. Windows color (decimal): -15192660 or 11283736. OLE color: 11283736.
HSL color Cylindrical-coordinate representation of color #182DAC: hue angle of 231.49º 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 #182DAC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 45 | 172 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.33 |
| HSL | 231.49º | 0.76% | 0.38% | - |
| HSV(B) | 231.49º | 0.86% | 0.67% | - |
| XYZ | 8.76 | 5.05 | 39.54 | - |
| YUV | 53.2 | 195.04 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 172 | 0.86 | 0.74 | 0 | 0.33 | 231.49 | 0.76 | 0.38 |
| Hex | 18 | 2D | AC | 56 | 4A | 0 | 21 | E7 | 4C | 26 |
| Octal | 30 | 55 | 254 | 126 | 112 | 0 | 41 | 347 | 114 | 46 |
| Binary | 11000 | 101101 | 10101100 | 1010110 | 1001010 | 0 | 100001 | 11100111 | 1001100 | 100110 |
Color Harmonies of #182DAC
Complementary color
Monochromatic Colors of #182DAC
Black with #182DAC
Text Example
Text Example
White with #182DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DAC; }
p { color: rgb(24,45,172); }
H1.HeaderClassName
{
color: #182DAC;
}
.AnyTagClassName
{
color: #182DAC;
}
</style>
background-color css
<style>
a { background-color: #182DAC; }
a { background-color: rgb(24,45,172); }
div.DivClassName
{
background-color: #182DAC;
}
.BgClassName
{
background-color: #182DAC;
}
</style>
border-color css
<style>
span { border-color: #182DAC; }
span { border-color: rgb(24,45,172); }
td.TdClassName
{
border-color: #182DAC;
}
.TagClassName
{
border-color: #182DAC;
}
</style>