Shades of Egyptian Blue #16269E
Tints of Egyptian Blue #16269E
RGB
CMYK
RGB Variations
Color information
#16269E (or 0x16269E) is known color: Egyptian Blue. HEX triplet: 16, 26 and 9E. RGB value is (22,38,158). Sum of RGB (Red+Green+Blue) = 22+38+158=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #16269E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16269E is #E9D961. Grayscale: #2E2E2E. Windows color (decimal): -15325538 or 10364438. OLE color: 10364438.
HSL color Cylindrical-coordinate representation of color #16269E: hue angle of 232.94º 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 #16269E is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 38 | 158 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.38 |
| HSL | 232.94º | 0.76% | 0.35% | - |
| HSV(B) | 232.94º | 0.86% | 0.62% | - |
| XYZ | 7.2 | 4.03 | 32.75 | - |
| YUV | 46.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 158 | 0.86 | 0.76 | 0 | 0.38 | 232.94 | 0.76 | 0.35 |
| Hex | 16 | 26 | 9E | 56 | 4C | 0 | 26 | E9 | 4C | 23 |
| Octal | 26 | 46 | 236 | 126 | 114 | 0 | 46 | 351 | 114 | 43 |
| Binary | 10110 | 100110 | 10011110 | 1010110 | 1001100 | 0 | 100110 | 11101001 | 1001100 | 100011 |
Color Harmonies of #16269E
Complementary color
Monochromatic Colors of #16269E
Black with #16269E
Text Example
Text Example
White with #16269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16269E; }
p { color: rgb(22,38,158); }
H1.HeaderClassName
{
color: #16269E;
}
.AnyTagClassName
{
color: #16269E;
}
</style>
background-color css
<style>
a { background-color: #16269E; }
a { background-color: rgb(22,38,158); }
div.DivClassName
{
background-color: #16269E;
}
.BgClassName
{
background-color: #16269E;
}
</style>
border-color css
<style>
span { border-color: #16269E; }
span { border-color: rgb(22,38,158); }
td.TdClassName
{
border-color: #16269E;
}
.TagClassName
{
border-color: #16269E;
}
</style>