Shades of Egyptian Blue #184A9E
Tints of Egyptian Blue #184A9E
RGB
CMYK
RGB Variations
Color information
#184A9E (or 0x184A9E) is known color: Egyptian Blue. HEX triplet: 18, 4A and 9E. RGB value is (24,74,158). Sum of RGB (Red+Green+Blue) = 24+74+158=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #184A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184A9E is #E7B561. Grayscale: #444444. Windows color (decimal): -15185250 or 10373656. OLE color: 10373656.
HSL color Cylindrical-coordinate representation of color #184A9E: hue angle of 217.61º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184A9E is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 74 | 158 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.38 |
| HSL | 217.61º | 0.74% | 0.36% | - |
| HSV(B) | 217.61º | 0.85% | 0.62% | - |
| XYZ | 9 | 7.56 | 33.33 | - |
| YUV | 68.63 | 178.44 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 158 | 0.85 | 0.53 | 0 | 0.38 | 217.61 | 0.74 | 0.36 |
| Hex | 18 | 4A | 9E | 55 | 35 | 0 | 26 | DA | 4A | 24 |
| Octal | 30 | 112 | 236 | 125 | 65 | 0 | 46 | 332 | 112 | 44 |
| Binary | 11000 | 1001010 | 10011110 | 1010101 | 110101 | 0 | 100110 | 11011010 | 1001010 | 100100 |
Color Harmonies of #184A9E
Complementary color
Monochromatic Colors of #184A9E
Black with #184A9E
Text Example
Text Example
White with #184A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A9E; }
p { color: rgb(24,74,158); }
H1.HeaderClassName
{
color: #184A9E;
}
.AnyTagClassName
{
color: #184A9E;
}
</style>
background-color css
<style>
a { background-color: #184A9E; }
a { background-color: rgb(24,74,158); }
div.DivClassName
{
background-color: #184A9E;
}
.BgClassName
{
background-color: #184A9E;
}
</style>
border-color css
<style>
span { border-color: #184A9E; }
span { border-color: rgb(24,74,158); }
td.TdClassName
{
border-color: #184A9E;
}
.TagClassName
{
border-color: #184A9E;
}
</style>