Shades of Egyptian Blue #16409C
Tints of Egyptian Blue #16409C
RGB
CMYK
RGB Variations
Color information
#16409C (or 0x16409C) is known color: Egyptian Blue. HEX triplet: 16, 40 and 9C. RGB value is (22,64,156). Sum of RGB (Red+Green+Blue) = 22+64+156=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #16409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16409C is #E9BF63. Grayscale: #3D3D3D. Windows color (decimal): -15318884 or 10240022. OLE color: 10240022.
HSL color Cylindrical-coordinate representation of color #16409C: hue angle of 221.19º 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 #16409C is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 64 | 156 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.39 |
| HSL | 221.19º | 0.75% | 0.35% | - |
| HSV(B) | 221.19º | 0.86% | 0.61% | - |
| XYZ | 8.17 | 6.24 | 32.23 | - |
| YUV | 61.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 156 | 0.86 | 0.59 | 0 | 0.39 | 221.19 | 0.75 | 0.35 |
| Hex | 16 | 40 | 9C | 56 | 3B | 0 | 27 | DD | 4B | 23 |
| Octal | 26 | 100 | 234 | 126 | 73 | 0 | 47 | 335 | 113 | 43 |
| Binary | 10110 | 1000000 | 10011100 | 1010110 | 111011 | 0 | 100111 | 11011101 | 1001011 | 100011 |
Color Harmonies of #16409C
Complementary color
Monochromatic Colors of #16409C
Black with #16409C
Text Example
Text Example
White with #16409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16409C; }
p { color: rgb(22,64,156); }
H1.HeaderClassName
{
color: #16409C;
}
.AnyTagClassName
{
color: #16409C;
}
</style>
background-color css
<style>
a { background-color: #16409C; }
a { background-color: rgb(22,64,156); }
div.DivClassName
{
background-color: #16409C;
}
.BgClassName
{
background-color: #16409C;
}
</style>
border-color css
<style>
span { border-color: #16409C; }
span { border-color: rgb(22,64,156); }
td.TdClassName
{
border-color: #16409C;
}
.TagClassName
{
border-color: #16409C;
}
</style>