Shades of Egyptian Blue #162F9D
Tints of Egyptian Blue #162F9D
RGB
CMYK
RGB Variations
Color information
#162F9D (or 0x162F9D) is known color: Egyptian Blue. HEX triplet: 16, 2F and 9D. RGB value is (22,47,157). Sum of RGB (Red+Green+Blue) = 22+47+157=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #162F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162F9D is #E9D062. Grayscale: #333333. Windows color (decimal): -15323235 or 10301206. OLE color: 10301206.
HSL color Cylindrical-coordinate representation of color #162F9D: hue angle of 228.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162F9D is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 47 | 157 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.38 |
| HSL | 228.89º | 0.75% | 0.35% | - |
| HSV(B) | 228.89º | 0.86% | 0.62% | - |
| XYZ | 7.43 | 4.64 | 32.4 | - |
| YUV | 52.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 157 | 0.86 | 0.70 | 0 | 0.38 | 228.89 | 0.75 | 0.35 |
| Hex | 16 | 2F | 9D | 56 | 46 | 0 | 26 | E5 | 4B | 23 |
| Octal | 26 | 57 | 235 | 126 | 106 | 0 | 46 | 345 | 113 | 43 |
| Binary | 10110 | 101111 | 10011101 | 1010110 | 1000110 | 0 | 100110 | 11100101 | 1001011 | 100011 |
Color Harmonies of #162F9D
Complementary color
Monochromatic Colors of #162F9D
Black with #162F9D
Text Example
Text Example
White with #162F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F9D; }
p { color: rgb(22,47,157); }
H1.HeaderClassName
{
color: #162F9D;
}
.AnyTagClassName
{
color: #162F9D;
}
</style>
background-color css
<style>
a { background-color: #162F9D; }
a { background-color: rgb(22,47,157); }
div.DivClassName
{
background-color: #162F9D;
}
.BgClassName
{
background-color: #162F9D;
}
</style>
border-color css
<style>
span { border-color: #162F9D; }
span { border-color: rgb(22,47,157); }
td.TdClassName
{
border-color: #162F9D;
}
.TagClassName
{
border-color: #162F9D;
}
</style>