Shades of Egyptian Blue #16489C
Tints of Egyptian Blue #16489C
RGB
CMYK
RGB Variations
Color information
#16489C (or 0x16489C) is known color: Egyptian Blue. HEX triplet: 16, 48 and 9C. RGB value is (22,72,156). Sum of RGB (Red+Green+Blue) = 22+72+156=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #16489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16489C is #E9B763. Grayscale: #424242. Windows color (decimal): -15316836 or 10242070. OLE color: 10242070.
HSL color Cylindrical-coordinate representation of color #16489C: hue angle of 217.61º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16489C is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 72 | 156 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.39 |
| HSL | 217.61º | 0.75% | 0.35% | - |
| HSV(B) | 217.61º | 0.86% | 0.61% | - |
| XYZ | 8.65 | 7.21 | 32.39 | - |
| YUV | 66.63 | 178.44 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 156 | 0.86 | 0.54 | 0 | 0.39 | 217.61 | 0.75 | 0.35 |
| Hex | 16 | 48 | 9C | 56 | 36 | 0 | 27 | DA | 4B | 23 |
| Octal | 26 | 110 | 234 | 126 | 66 | 0 | 47 | 332 | 113 | 43 |
| Binary | 10110 | 1001000 | 10011100 | 1010110 | 110110 | 0 | 100111 | 11011010 | 1001011 | 100011 |
Color Harmonies of #16489C
Complementary color
Monochromatic Colors of #16489C
Black with #16489C
Text Example
Text Example
White with #16489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16489C; }
p { color: rgb(22,72,156); }
H1.HeaderClassName
{
color: #16489C;
}
.AnyTagClassName
{
color: #16489C;
}
</style>
background-color css
<style>
a { background-color: #16489C; }
a { background-color: rgb(22,72,156); }
div.DivClassName
{
background-color: #16489C;
}
.BgClassName
{
background-color: #16489C;
}
</style>
border-color css
<style>
span { border-color: #16489C; }
span { border-color: rgb(22,72,156); }
td.TdClassName
{
border-color: #16489C;
}
.TagClassName
{
border-color: #16489C;
}
</style>