Shades of Egyptian Blue #16229C
Tints of Egyptian Blue #16229C
RGB
CMYK
RGB Variations
Color information
#16229C (or 0x16229C) is known color: Egyptian Blue. HEX triplet: 16, 22 and 9C. RGB value is (22,34,156). Sum of RGB (Red+Green+Blue) = 22+34+156=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #16229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16229C is #E9DD63. Grayscale: #2B2B2B. Windows color (decimal): -15326564 or 10232342. OLE color: 10232342.
HSL color Cylindrical-coordinate representation of color #16229C: hue angle of 234.63º 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 #16229C is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 34 | 156 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.39 |
| HSL | 234.63º | 0.75% | 0.35% | - |
| HSV(B) | 234.63º | 0.86% | 0.61% | - |
| XYZ | 6.9 | 3.71 | 31.81 | - |
| YUV | 44.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 156 | 0.86 | 0.78 | 0 | 0.39 | 234.63 | 0.75 | 0.35 |
| Hex | 16 | 22 | 9C | 56 | 4E | 0 | 27 | EB | 4B | 23 |
| Octal | 26 | 42 | 234 | 126 | 116 | 0 | 47 | 353 | 113 | 43 |
| Binary | 10110 | 100010 | 10011100 | 1010110 | 1001110 | 0 | 100111 | 11101011 | 1001011 | 100011 |
Color Harmonies of #16229C
Complementary color
Monochromatic Colors of #16229C
Black with #16229C
Text Example
Text Example
White with #16229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16229C; }
p { color: rgb(22,34,156); }
H1.HeaderClassName
{
color: #16229C;
}
.AnyTagClassName
{
color: #16229C;
}
</style>
background-color css
<style>
a { background-color: #16229C; }
a { background-color: rgb(22,34,156); }
div.DivClassName
{
background-color: #16229C;
}
.BgClassName
{
background-color: #16229C;
}
</style>
border-color css
<style>
span { border-color: #16229C; }
span { border-color: rgb(22,34,156); }
td.TdClassName
{
border-color: #16229C;
}
.TagClassName
{
border-color: #16229C;
}
</style>