Shades of Egyptian Blue #162DA1
Tints of Egyptian Blue #162DA1
RGB
CMYK
RGB Variations
Color information
#162DA1 (or 0x162DA1) is known color: Egyptian Blue. HEX triplet: 16, 2D and A1. RGB value is (22,45,161). Sum of RGB (Red+Green+Blue) = 22+45+161=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 161 (63.28% from 255 or 70.61% from 228); Max value from RGB is 161 - color contains mainly: blue. Hex color #162DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162DA1 is #E9D25E. Grayscale: #323232. Windows color (decimal): -15323743 or 10562838. OLE color: 10562838.
HSL color Cylindrical-coordinate representation of color #162DA1: hue angle of 230.07º 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 #162DA1 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 45 | 161 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.37 |
| HSL | 230.07º | 0.76% | 0.36% | - |
| HSV(B) | 230.07º | 0.86% | 0.63% | - |
| XYZ | 7.7 | 4.62 | 34.2 | - |
| YUV | 51.35 | 189.88 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 161 | 0.86 | 0.72 | 0 | 0.37 | 230.07 | 0.76 | 0.36 |
| Hex | 16 | 2D | A1 | 56 | 48 | 0 | 25 | E6 | 4C | 24 |
| Octal | 26 | 55 | 241 | 126 | 110 | 0 | 45 | 346 | 114 | 44 |
| Binary | 10110 | 101101 | 10100001 | 1010110 | 1001000 | 0 | 100101 | 11100110 | 1001100 | 100100 |
Color Harmonies of #162DA1
Complementary color
Monochromatic Colors of #162DA1
Black with #162DA1
Text Example
Text Example
White with #162DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DA1; }
p { color: rgb(22,45,161); }
H1.HeaderClassName
{
color: #162DA1;
}
.AnyTagClassName
{
color: #162DA1;
}
</style>
background-color css
<style>
a { background-color: #162DA1; }
a { background-color: rgb(22,45,161); }
div.DivClassName
{
background-color: #162DA1;
}
.BgClassName
{
background-color: #162DA1;
}
</style>
border-color css
<style>
span { border-color: #162DA1; }
span { border-color: rgb(22,45,161); }
td.TdClassName
{
border-color: #162DA1;
}
.TagClassName
{
border-color: #162DA1;
}
</style>