Shades of Egyptian Blue #16389D
Tints of Egyptian Blue #16389D
RGB
CMYK
RGB Variations
Color information
#16389D (or 0x16389D) is known color: Egyptian Blue. HEX triplet: 16, 38 and 9D. RGB value is (22,56,157). Sum of RGB (Red+Green+Blue) = 22+56+157=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #16389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16389D is #E9C762. Grayscale: #383838. Windows color (decimal): -15320931 or 10303510. OLE color: 10303510.
HSL color Cylindrical-coordinate representation of color #16389D: hue angle of 224.89º degrees, saturation: 0.75, 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 #16389D is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 56 | 157 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.38 |
| HSL | 224.89º | 0.75% | 0.35% | - |
| HSV(B) | 224.89º | 0.86% | 0.62% | - |
| XYZ | 7.83 | 5.43 | 32.53 | - |
| YUV | 57.35 | 184.24 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 157 | 0.86 | 0.64 | 0 | 0.38 | 224.89 | 0.75 | 0.35 |
| Hex | 16 | 38 | 9D | 56 | 40 | 0 | 26 | E1 | 4B | 23 |
| Octal | 26 | 70 | 235 | 126 | 100 | 0 | 46 | 341 | 113 | 43 |
| Binary | 10110 | 111000 | 10011101 | 1010110 | 1000000 | 0 | 100110 | 11100001 | 1001011 | 100011 |
Color Harmonies of #16389D
Complementary color
Monochromatic Colors of #16389D
Black with #16389D
Text Example
Text Example
White with #16389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16389D; }
p { color: rgb(22,56,157); }
H1.HeaderClassName
{
color: #16389D;
}
.AnyTagClassName
{
color: #16389D;
}
</style>
background-color css
<style>
a { background-color: #16389D; }
a { background-color: rgb(22,56,157); }
div.DivClassName
{
background-color: #16389D;
}
.BgClassName
{
background-color: #16389D;
}
</style>
border-color css
<style>
span { border-color: #16389D; }
span { border-color: rgb(22,56,157); }
td.TdClassName
{
border-color: #16389D;
}
.TagClassName
{
border-color: #16389D;
}
</style>