Shades of Egyptian Blue #1648AB
Tints of Egyptian Blue #1648AB
RGB
CMYK
RGB Variations
Color information
#1648AB (or 0x1648AB) is known color: Egyptian Blue. HEX triplet: 16, 48 and AB. RGB value is (22,72,171). Sum of RGB (Red+Green+Blue) = 22+72+171=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #1648AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1648AB is #E9B754. Grayscale: #434343. Windows color (decimal): -15316821 or 11225110. OLE color: 11225110.
HSL color Cylindrical-coordinate representation of color #1648AB: hue angle of 219.87º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1648AB is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 72 | 171 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.33 |
| HSL | 219.87º | 0.77% | 0.38% | - |
| HSV(B) | 219.87º | 0.87% | 0.67% | - |
| XYZ | 10 | 7.75 | 39.5 | - |
| YUV | 68.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 171 | 0.87 | 0.58 | 0 | 0.33 | 219.87 | 0.77 | 0.38 |
| Hex | 16 | 48 | AB | 57 | 3A | 0 | 21 | DC | 4D | 26 |
| Octal | 26 | 110 | 253 | 127 | 72 | 0 | 41 | 334 | 115 | 46 |
| Binary | 10110 | 1001000 | 10101011 | 1010111 | 111010 | 0 | 100001 | 11011100 | 1001101 | 100110 |
Color Harmonies of #1648AB
Complementary color
Monochromatic Colors of #1648AB
Black with #1648AB
Text Example
Text Example
White with #1648AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648AB; }
p { color: rgb(22,72,171); }
H1.HeaderClassName
{
color: #1648AB;
}
.AnyTagClassName
{
color: #1648AB;
}
</style>
background-color css
<style>
a { background-color: #1648AB; }
a { background-color: rgb(22,72,171); }
div.DivClassName
{
background-color: #1648AB;
}
.BgClassName
{
background-color: #1648AB;
}
</style>
border-color css
<style>
span { border-color: #1648AB; }
span { border-color: rgb(22,72,171); }
td.TdClassName
{
border-color: #1648AB;
}
.TagClassName
{
border-color: #1648AB;
}
</style>