Shades of Egyptian Blue #163DA0
Tints of Egyptian Blue #163DA0
RGB
CMYK
RGB Variations
Color information
#163DA0 (or 0x163DA0) is known color: Egyptian Blue. HEX triplet: 16, 3D and A0. RGB value is (22,61,160). Sum of RGB (Red+Green+Blue) = 22+61+160=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #163DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163DA0 is #E9C25F. Grayscale: #3C3C3C. Windows color (decimal): -15319648 or 10501398. OLE color: 10501398.
HSL color Cylindrical-coordinate representation of color #163DA0: hue angle of 223.04º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163DA0 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 61 | 160 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.37 |
| HSL | 223.04º | 0.76% | 0.36% | - |
| HSV(B) | 223.04º | 0.86% | 0.63% | - |
| XYZ | 8.34 | 6.05 | 33.98 | - |
| YUV | 60.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 160 | 0.86 | 0.62 | 0 | 0.37 | 223.04 | 0.76 | 0.36 |
| Hex | 16 | 3D | A0 | 56 | 3E | 0 | 25 | DF | 4C | 24 |
| Octal | 26 | 75 | 240 | 126 | 76 | 0 | 45 | 337 | 114 | 44 |
| Binary | 10110 | 111101 | 10100000 | 1010110 | 111110 | 0 | 100101 | 11011111 | 1001100 | 100100 |
Color Harmonies of #163DA0
Complementary color
Monochromatic Colors of #163DA0
Black with #163DA0
Text Example
Text Example
White with #163DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DA0; }
p { color: rgb(22,61,160); }
H1.HeaderClassName
{
color: #163DA0;
}
.AnyTagClassName
{
color: #163DA0;
}
</style>
background-color css
<style>
a { background-color: #163DA0; }
a { background-color: rgb(22,61,160); }
div.DivClassName
{
background-color: #163DA0;
}
.BgClassName
{
background-color: #163DA0;
}
</style>
border-color css
<style>
span { border-color: #163DA0; }
span { border-color: rgb(22,61,160); }
td.TdClassName
{
border-color: #163DA0;
}
.TagClassName
{
border-color: #163DA0;
}
</style>