Shades of Egyptian Blue #16449E
Tints of Egyptian Blue #16449E
RGB
CMYK
RGB Variations
Color information
#16449E (or 0x16449E) is known color: Egyptian Blue. HEX triplet: 16, 44 and 9E. RGB value is (22,68,158). Sum of RGB (Red+Green+Blue) = 22+68+158=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #16449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16449E is #E9BB61. Grayscale: #404040. Windows color (decimal): -15317858 or 10372118. OLE color: 10372118.
HSL color Cylindrical-coordinate representation of color #16449E: hue angle of 219.71º 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 #16449E is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 68 | 158 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.38 |
| HSL | 219.71º | 0.76% | 0.35% | - |
| HSV(B) | 219.71º | 0.86% | 0.62% | - |
| XYZ | 8.57 | 6.77 | 33.2 | - |
| YUV | 64.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 158 | 0.86 | 0.57 | 0 | 0.38 | 219.71 | 0.76 | 0.35 |
| Hex | 16 | 44 | 9E | 56 | 39 | 0 | 26 | DC | 4C | 23 |
| Octal | 26 | 104 | 236 | 126 | 71 | 0 | 46 | 334 | 114 | 43 |
| Binary | 10110 | 1000100 | 10011110 | 1010110 | 111001 | 0 | 100110 | 11011100 | 1001100 | 100011 |
Color Harmonies of #16449E
Complementary color
Monochromatic Colors of #16449E
Black with #16449E
Text Example
Text Example
White with #16449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16449E; }
p { color: rgb(22,68,158); }
H1.HeaderClassName
{
color: #16449E;
}
.AnyTagClassName
{
color: #16449E;
}
</style>
background-color css
<style>
a { background-color: #16449E; }
a { background-color: rgb(22,68,158); }
div.DivClassName
{
background-color: #16449E;
}
.BgClassName
{
background-color: #16449E;
}
</style>
border-color css
<style>
span { border-color: #16449E; }
span { border-color: rgb(22,68,158); }
td.TdClassName
{
border-color: #16449E;
}
.TagClassName
{
border-color: #16449E;
}
</style>