Shades of Egyptian Blue #16209F
Tints of Egyptian Blue #16209F
RGB
CMYK
RGB Variations
Color information
#16209F (or 0x16209F) is known color: Egyptian Blue. HEX triplet: 16, 20 and 9F. RGB value is (22,32,159). Sum of RGB (Red+Green+Blue) = 22+32+159=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #16209F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16209F is #E9DF60. Grayscale: #2A2A2A. Windows color (decimal): -15327073 or 10428438. OLE color: 10428438.
HSL color Cylindrical-coordinate representation of color #16209F: hue angle of 235.62º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16209F is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 32 | 159 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.38 |
| HSL | 235.62º | 0.76% | 0.35% | - |
| HSV(B) | 235.62º | 0.86% | 0.62% | - |
| XYZ | 7.11 | 3.71 | 33.14 | - |
| YUV | 43.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 159 | 0.86 | 0.80 | 0 | 0.38 | 235.62 | 0.76 | 0.35 |
| Hex | 16 | 20 | 9F | 56 | 50 | 0 | 26 | EC | 4C | 23 |
| Octal | 26 | 40 | 237 | 126 | 120 | 0 | 46 | 354 | 114 | 43 |
| Binary | 10110 | 100000 | 10011111 | 1010110 | 1010000 | 0 | 100110 | 11101100 | 1001100 | 100011 |
Color Harmonies of #16209F
Complementary color
Monochromatic Colors of #16209F
Black with #16209F
Text Example
Text Example
White with #16209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16209F; }
p { color: rgb(22,32,159); }
H1.HeaderClassName
{
color: #16209F;
}
.AnyTagClassName
{
color: #16209F;
}
</style>
background-color css
<style>
a { background-color: #16209F; }
a { background-color: rgb(22,32,159); }
div.DivClassName
{
background-color: #16209F;
}
.BgClassName
{
background-color: #16209F;
}
</style>
border-color css
<style>
span { border-color: #16209F; }
span { border-color: rgb(22,32,159); }
td.TdClassName
{
border-color: #16209F;
}
.TagClassName
{
border-color: #16209F;
}
</style>