Shades of Egyptian Blue #163D98
Tints of Egyptian Blue #163D98
RGB
CMYK
RGB Variations
Color information
#163D98 (or 0x163D98) is known color: Egyptian Blue. HEX triplet: 16, 3D and 98. RGB value is (22,61,152). Sum of RGB (Red+Green+Blue) = 22+61+152=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #163D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163D98 is #E9C267. Grayscale: #3B3B3B. Windows color (decimal): -15319656 or 9977110. OLE color: 9977110.
HSL color Cylindrical-coordinate representation of color #163D98: hue angle of 222º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163D98 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 61 | 152 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.40 |
| HSL | 222º | 0.75% | 0.34% | - |
| HSV(B) | 222º | 0.86% | 0.6% | - |
| XYZ | 7.67 | 5.78 | 30.42 | - |
| YUV | 59.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 152 | 0.86 | 0.60 | 0 | 0.40 | 222 | 0.75 | 0.34 |
| Hex | 16 | 3D | 98 | 56 | 3C | 0 | 28 | DE | 4B | 22 |
| Octal | 26 | 75 | 230 | 126 | 74 | 0 | 50 | 336 | 113 | 42 |
| Binary | 10110 | 111101 | 10011000 | 1010110 | 111100 | 0 | 101000 | 11011110 | 1001011 | 100010 |
Color Harmonies of #163D98
Complementary color
Monochromatic Colors of #163D98
Black with #163D98
Text Example
Text Example
White with #163D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D98; }
p { color: rgb(22,61,152); }
H1.HeaderClassName
{
color: #163D98;
}
.AnyTagClassName
{
color: #163D98;
}
</style>
background-color css
<style>
a { background-color: #163D98; }
a { background-color: rgb(22,61,152); }
div.DivClassName
{
background-color: #163D98;
}
.BgClassName
{
background-color: #163D98;
}
</style>
border-color css
<style>
span { border-color: #163D98; }
span { border-color: rgb(22,61,152); }
td.TdClassName
{
border-color: #163D98;
}
.TagClassName
{
border-color: #163D98;
}
</style>