Shades of Egyptian Blue #163FAB
Tints of Egyptian Blue #163FAB
RGB
CMYK
RGB Variations
Color information
#163FAB (or 0x163FAB) is known color: Egyptian Blue. HEX triplet: 16, 3F and AB. RGB value is (22,63,171). Sum of RGB (Red+Green+Blue) = 22+63+171=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #163FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163FAB is #E9C054. Grayscale: #3E3E3E. Windows color (decimal): -15319125 or 11222806. OLE color: 11222806.
HSL color Cylindrical-coordinate representation of color #163FAB: hue angle of 223.49º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163FAB is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 63 | 171 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.33 |
| HSL | 223.49º | 0.77% | 0.38% | - |
| HSV(B) | 223.49º | 0.87% | 0.67% | - |
| XYZ | 9.46 | 6.67 | 39.32 | - |
| YUV | 63.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 171 | 0.87 | 0.63 | 0 | 0.33 | 223.49 | 0.77 | 0.38 |
| Hex | 16 | 3F | AB | 57 | 3F | 0 | 21 | DF | 4D | 26 |
| Octal | 26 | 77 | 253 | 127 | 77 | 0 | 41 | 337 | 115 | 46 |
| Binary | 10110 | 111111 | 10101011 | 1010111 | 111111 | 0 | 100001 | 11011111 | 1001101 | 100110 |
Color Harmonies of #163FAB
Complementary color
Monochromatic Colors of #163FAB
Black with #163FAB
Text Example
Text Example
White with #163FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FAB; }
p { color: rgb(22,63,171); }
H1.HeaderClassName
{
color: #163FAB;
}
.AnyTagClassName
{
color: #163FAB;
}
</style>
background-color css
<style>
a { background-color: #163FAB; }
a { background-color: rgb(22,63,171); }
div.DivClassName
{
background-color: #163FAB;
}
.BgClassName
{
background-color: #163FAB;
}
</style>
border-color css
<style>
span { border-color: #163FAB; }
span { border-color: rgb(22,63,171); }
td.TdClassName
{
border-color: #163FAB;
}
.TagClassName
{
border-color: #163FAB;
}
</style>