Shades of Egyptian Blue #1844AB
Tints of Egyptian Blue #1844AB
RGB
CMYK
RGB Variations
Color information
#1844AB (or 0x1844AB) is known color: Egyptian Blue. HEX triplet: 18, 44 and AB. RGB value is (24,68,171). Sum of RGB (Red+Green+Blue) = 24+68+171=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #1844AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1844AB is #E7BB54. Grayscale: #424242. Windows color (decimal): -15186773 or 11224088. OLE color: 11224088.
HSL color Cylindrical-coordinate representation of color #1844AB: hue angle of 222.04º degrees, saturation: 0.75, 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 #1844AB is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 68 | 171 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.33 |
| HSL | 222.04º | 0.75% | 0.38% | - |
| HSV(B) | 222.04º | 0.86% | 0.67% | - |
| XYZ | 9.79 | 7.27 | 39.41 | - |
| YUV | 66.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 171 | 0.86 | 0.60 | 0 | 0.33 | 222.04 | 0.75 | 0.38 |
| Hex | 18 | 44 | AB | 56 | 3C | 0 | 21 | DE | 4B | 26 |
| Octal | 30 | 104 | 253 | 126 | 74 | 0 | 41 | 336 | 113 | 46 |
| Binary | 11000 | 1000100 | 10101011 | 1010110 | 111100 | 0 | 100001 | 11011110 | 1001011 | 100110 |
Color Harmonies of #1844AB
Complementary color
Monochromatic Colors of #1844AB
Black with #1844AB
Text Example
Text Example
White with #1844AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844AB; }
p { color: rgb(24,68,171); }
H1.HeaderClassName
{
color: #1844AB;
}
.AnyTagClassName
{
color: #1844AB;
}
</style>
background-color css
<style>
a { background-color: #1844AB; }
a { background-color: rgb(24,68,171); }
div.DivClassName
{
background-color: #1844AB;
}
.BgClassName
{
background-color: #1844AB;
}
</style>
border-color css
<style>
span { border-color: #1844AB; }
span { border-color: rgb(24,68,171); }
td.TdClassName
{
border-color: #1844AB;
}
.TagClassName
{
border-color: #1844AB;
}
</style>