Shades of Egyptian Blue #184AA6
Tints of Egyptian Blue #184AA6
RGB
CMYK
RGB Variations
Color information
#184AA6 (or 0x184AA6) is known color: Egyptian Blue. HEX triplet: 18, 4A and A6. RGB value is (24,74,166). Sum of RGB (Red+Green+Blue) = 24+74+166=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 166 (65.23% from 255 or 62.88% from 264); Max value from RGB is 166 - color contains mainly: blue. Hex color #184AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184AA6 is #E7B559. Grayscale: #454545. Windows color (decimal): -15185242 or 10897944. OLE color: 10897944.
HSL color Cylindrical-coordinate representation of color #184AA6: hue angle of 218.87º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184AA6 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 74 | 166 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.35 |
| HSL | 218.87º | 0.75% | 0.37% | - |
| HSV(B) | 218.87º | 0.86% | 0.65% | - |
| XYZ | 9.71 | 7.84 | 37.08 | - |
| YUV | 69.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 166 | 0.86 | 0.55 | 0 | 0.35 | 218.87 | 0.75 | 0.37 |
| Hex | 18 | 4A | A6 | 56 | 37 | 0 | 23 | DB | 4B | 25 |
| Octal | 30 | 112 | 246 | 126 | 67 | 0 | 43 | 333 | 113 | 45 |
| Binary | 11000 | 1001010 | 10100110 | 1010110 | 110111 | 0 | 100011 | 11011011 | 1001011 | 100101 |
Color Harmonies of #184AA6
Complementary color
Monochromatic Colors of #184AA6
Black with #184AA6
Text Example
Text Example
White with #184AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184AA6; }
p { color: rgb(24,74,166); }
H1.HeaderClassName
{
color: #184AA6;
}
.AnyTagClassName
{
color: #184AA6;
}
</style>
background-color css
<style>
a { background-color: #184AA6; }
a { background-color: rgb(24,74,166); }
div.DivClassName
{
background-color: #184AA6;
}
.BgClassName
{
background-color: #184AA6;
}
</style>
border-color css
<style>
span { border-color: #184AA6; }
span { border-color: rgb(24,74,166); }
td.TdClassName
{
border-color: #184AA6;
}
.TagClassName
{
border-color: #184AA6;
}
</style>