Shades of Egyptian Blue #163BA4
Tints of Egyptian Blue #163BA4
RGB
CMYK
RGB Variations
Color information
#163BA4 (or 0x163BA4) is known color: Egyptian Blue. HEX triplet: 16, 3B and A4. RGB value is (22,59,164). Sum of RGB (Red+Green+Blue) = 22+59+164=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #163BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163BA4 is #E9C45B. Grayscale: #3B3B3B. Windows color (decimal): -15320156 or 10763030. OLE color: 10763030.
HSL color Cylindrical-coordinate representation of color #163BA4: hue angle of 224.37º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163BA4 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 59 | 164 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.36 |
| HSL | 224.37º | 0.76% | 0.36% | - |
| HSV(B) | 224.37º | 0.87% | 0.64% | - |
| XYZ | 8.6 | 5.98 | 35.82 | - |
| YUV | 59.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 164 | 0.87 | 0.64 | 0 | 0.36 | 224.37 | 0.76 | 0.36 |
| Hex | 16 | 3B | A4 | 57 | 40 | 0 | 24 | E0 | 4C | 24 |
| Octal | 26 | 73 | 244 | 127 | 100 | 0 | 44 | 340 | 114 | 44 |
| Binary | 10110 | 111011 | 10100100 | 1010111 | 1000000 | 0 | 100100 | 11100000 | 1001100 | 100100 |
Color Harmonies of #163BA4
Complementary color
Monochromatic Colors of #163BA4
Black with #163BA4
Text Example
Text Example
White with #163BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BA4; }
p { color: rgb(22,59,164); }
H1.HeaderClassName
{
color: #163BA4;
}
.AnyTagClassName
{
color: #163BA4;
}
</style>
background-color css
<style>
a { background-color: #163BA4; }
a { background-color: rgb(22,59,164); }
div.DivClassName
{
background-color: #163BA4;
}
.BgClassName
{
background-color: #163BA4;
}
</style>
border-color css
<style>
span { border-color: #163BA4; }
span { border-color: rgb(22,59,164); }
td.TdClassName
{
border-color: #163BA4;
}
.TagClassName
{
border-color: #163BA4;
}
</style>