Shades of Egyptian Blue #162CA1
Tints of Egyptian Blue #162CA1
RGB
CMYK
RGB Variations
Color information
#162CA1 (or 0x162CA1) is known color: Egyptian Blue. HEX triplet: 16, 2C and A1. RGB value is (22,44,161). Sum of RGB (Red+Green+Blue) = 22+44+161=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 161 (63.28% from 255 or 70.93% from 227); Max value from RGB is 161 - color contains mainly: blue. Hex color #162CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162CA1 is #E9D35E. Grayscale: #323232. Windows color (decimal): -15323999 or 10562582. OLE color: 10562582.
HSL color Cylindrical-coordinate representation of color #162CA1: hue angle of 230.5º 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 #162CA1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 44 | 161 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.37 |
| HSL | 230.5º | 0.76% | 0.36% | - |
| HSV(B) | 230.5º | 0.86% | 0.63% | - |
| XYZ | 7.66 | 4.55 | 34.19 | - |
| YUV | 50.76 | 190.21 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 161 | 0.86 | 0.73 | 0 | 0.37 | 230.5 | 0.76 | 0.36 |
| Hex | 16 | 2C | A1 | 56 | 49 | 0 | 25 | E7 | 4C | 24 |
| Octal | 26 | 54 | 241 | 126 | 111 | 0 | 45 | 347 | 114 | 44 |
| Binary | 10110 | 101100 | 10100001 | 1010110 | 1001001 | 0 | 100101 | 11100111 | 1001100 | 100100 |
Color Harmonies of #162CA1
Complementary color
Monochromatic Colors of #162CA1
Black with #162CA1
Text Example
Text Example
White with #162CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162CA1; }
p { color: rgb(22,44,161); }
H1.HeaderClassName
{
color: #162CA1;
}
.AnyTagClassName
{
color: #162CA1;
}
</style>
background-color css
<style>
a { background-color: #162CA1; }
a { background-color: rgb(22,44,161); }
div.DivClassName
{
background-color: #162CA1;
}
.BgClassName
{
background-color: #162CA1;
}
</style>
border-color css
<style>
span { border-color: #162CA1; }
span { border-color: rgb(22,44,161); }
td.TdClassName
{
border-color: #162CA1;
}
.TagClassName
{
border-color: #162CA1;
}
</style>