Shades of Egyptian Blue #163396
Tints of Egyptian Blue #163396
RGB
CMYK
RGB Variations
Color information
#163396 (or 0x163396) is known color: Egyptian Blue. HEX triplet: 16, 33 and 96. RGB value is (22,51,150). Sum of RGB (Red+Green+Blue) = 22+51+150=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #163396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163396 is #E9CC69. Grayscale: #353535. Windows color (decimal): -15322218 or 9843478. OLE color: 9843478.
HSL color Cylindrical-coordinate representation of color #163396: hue angle of 226.41º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163396 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 51 | 150 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.41 |
| HSL | 226.41º | 0.74% | 0.34% | - |
| HSV(B) | 226.41º | 0.85% | 0.59% | - |
| XYZ | 7.02 | 4.74 | 29.4 | - |
| YUV | 53.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 150 | 0.85 | 0.66 | 0 | 0.41 | 226.41 | 0.74 | 0.34 |
| Hex | 16 | 33 | 96 | 55 | 42 | 0 | 29 | E2 | 4A | 22 |
| Octal | 26 | 63 | 226 | 125 | 102 | 0 | 51 | 342 | 112 | 42 |
| Binary | 10110 | 110011 | 10010110 | 1010101 | 1000010 | 0 | 101001 | 11100010 | 1001010 | 100010 |
Color Harmonies of #163396
Complementary color
Monochromatic Colors of #163396
Black with #163396
Text Example
Text Example
White with #163396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163396; }
p { color: rgb(22,51,150); }
H1.HeaderClassName
{
color: #163396;
}
.AnyTagClassName
{
color: #163396;
}
</style>
background-color css
<style>
a { background-color: #163396; }
a { background-color: rgb(22,51,150); }
div.DivClassName
{
background-color: #163396;
}
.BgClassName
{
background-color: #163396;
}
</style>
border-color css
<style>
span { border-color: #163396; }
span { border-color: rgb(22,51,150); }
td.TdClassName
{
border-color: #163396;
}
.TagClassName
{
border-color: #163396;
}
</style>