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