Shades of Egyptian Blue #1849AB
Tints of Egyptian Blue #1849AB
RGB
CMYK
RGB Variations
Color information
#1849AB (or 0x1849AB) is known color: Egyptian Blue. HEX triplet: 18, 49 and AB. RGB value is (24,73,171). Sum of RGB (Red+Green+Blue) = 24+73+171=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #1849AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1849AB is #E7B654. Grayscale: #454545. Windows color (decimal): -15185493 or 11225368. OLE color: 11225368.
HSL color Cylindrical-coordinate representation of color #1849AB: hue angle of 220º 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 #1849AB is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 73 | 171 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.33 |
| HSL | 220º | 0.75% | 0.38% | - |
| HSV(B) | 220º | 0.86% | 0.67% | - |
| XYZ | 10.11 | 7.9 | 39.52 | - |
| YUV | 69.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 171 | 0.86 | 0.57 | 0 | 0.33 | 220 | 0.75 | 0.38 |
| Hex | 18 | 49 | AB | 56 | 39 | 0 | 21 | DC | 4B | 26 |
| Octal | 30 | 111 | 253 | 126 | 71 | 0 | 41 | 334 | 113 | 46 |
| Binary | 11000 | 1001001 | 10101011 | 1010110 | 111001 | 0 | 100001 | 11011100 | 1001011 | 100110 |
Color Harmonies of #1849AB
Complementary color
Monochromatic Colors of #1849AB
Black with #1849AB
Text Example
Text Example
White with #1849AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1849AB; }
p { color: rgb(24,73,171); }
H1.HeaderClassName
{
color: #1849AB;
}
.AnyTagClassName
{
color: #1849AB;
}
</style>
background-color css
<style>
a { background-color: #1849AB; }
a { background-color: rgb(24,73,171); }
div.DivClassName
{
background-color: #1849AB;
}
.BgClassName
{
background-color: #1849AB;
}
</style>
border-color css
<style>
span { border-color: #1849AB; }
span { border-color: rgb(24,73,171); }
td.TdClassName
{
border-color: #1849AB;
}
.TagClassName
{
border-color: #1849AB;
}
</style>