Shades of Egyptian Blue #16329B
Tints of Egyptian Blue #16329B
RGB
CMYK
RGB Variations
Color information
#16329B (or 0x16329B) is known color: Egyptian Blue. HEX triplet: 16, 32 and 9B. RGB value is (22,50,155). Sum of RGB (Red+Green+Blue) = 22+50+155=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #16329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16329B is #E9CD64. Grayscale: #353535. Windows color (decimal): -15322469 or 10170902. OLE color: 10170902.
HSL color Cylindrical-coordinate representation of color #16329B: hue angle of 227.37º 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 #16329B is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 50 | 155 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.39 |
| HSL | 227.37º | 0.75% | 0.35% | - |
| HSV(B) | 227.37º | 0.86% | 0.61% | - |
| XYZ | 7.39 | 4.82 | 31.55 | - |
| YUV | 53.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 155 | 0.86 | 0.68 | 0 | 0.39 | 227.37 | 0.75 | 0.35 |
| Hex | 16 | 32 | 9B | 56 | 44 | 0 | 27 | E3 | 4B | 23 |
| Octal | 26 | 62 | 233 | 126 | 104 | 0 | 47 | 343 | 113 | 43 |
| Binary | 10110 | 110010 | 10011011 | 1010110 | 1000100 | 0 | 100111 | 11100011 | 1001011 | 100011 |
Color Harmonies of #16329B
Complementary color
Monochromatic Colors of #16329B
Black with #16329B
Text Example
Text Example
White with #16329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16329B; }
p { color: rgb(22,50,155); }
H1.HeaderClassName
{
color: #16329B;
}
.AnyTagClassName
{
color: #16329B;
}
</style>
background-color css
<style>
a { background-color: #16329B; }
a { background-color: rgb(22,50,155); }
div.DivClassName
{
background-color: #16329B;
}
.BgClassName
{
background-color: #16329B;
}
</style>
border-color css
<style>
span { border-color: #16329B; }
span { border-color: rgb(22,50,155); }
td.TdClassName
{
border-color: #16329B;
}
.TagClassName
{
border-color: #16329B;
}
</style>