Shades of Egyptian Blue #163FA1
Tints of Egyptian Blue #163FA1
RGB
CMYK
RGB Variations
Color information
#163FA1 (or 0x163FA1) is known color: Egyptian Blue. HEX triplet: 16, 3F and A1. RGB value is (22,63,161). Sum of RGB (Red+Green+Blue) = 22+63+161=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #163FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163FA1 is #E9C05E. Grayscale: #3D3D3D. Windows color (decimal): -15319135 or 10567446. OLE color: 10567446.
HSL color Cylindrical-coordinate representation of color #163FA1: hue angle of 222.3º 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 #163FA1 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 63 | 161 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.37 |
| HSL | 222.3º | 0.76% | 0.36% | - |
| HSV(B) | 222.3º | 0.86% | 0.63% | - |
| XYZ | 8.54 | 6.3 | 34.48 | - |
| YUV | 61.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 161 | 0.86 | 0.61 | 0 | 0.37 | 222.3 | 0.76 | 0.36 |
| Hex | 16 | 3F | A1 | 56 | 3D | 0 | 25 | DE | 4C | 24 |
| Octal | 26 | 77 | 241 | 126 | 75 | 0 | 45 | 336 | 114 | 44 |
| Binary | 10110 | 111111 | 10100001 | 1010110 | 111101 | 0 | 100101 | 11011110 | 1001100 | 100100 |
Color Harmonies of #163FA1
Complementary color
Monochromatic Colors of #163FA1
Black with #163FA1
Text Example
Text Example
White with #163FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FA1; }
p { color: rgb(22,63,161); }
H1.HeaderClassName
{
color: #163FA1;
}
.AnyTagClassName
{
color: #163FA1;
}
</style>
background-color css
<style>
a { background-color: #163FA1; }
a { background-color: rgb(22,63,161); }
div.DivClassName
{
background-color: #163FA1;
}
.BgClassName
{
background-color: #163FA1;
}
</style>
border-color css
<style>
span { border-color: #163FA1; }
span { border-color: rgb(22,63,161); }
td.TdClassName
{
border-color: #163FA1;
}
.TagClassName
{
border-color: #163FA1;
}
</style>