Shades of Egyptian Blue #162D9C
Tints of Egyptian Blue #162D9C
RGB
CMYK
RGB Variations
Color information
#162D9C (or 0x162D9C) is known color: Egyptian Blue. HEX triplet: 16, 2D and 9C. RGB value is (22,45,156). Sum of RGB (Red+Green+Blue) = 22+45+156=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #162D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162D9C is #E9D263. Grayscale: #323232. Windows color (decimal): -15323748 or 10235158. OLE color: 10235158.
HSL color Cylindrical-coordinate representation of color #162D9C: hue angle of 229.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162D9C is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 45 | 156 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.39 |
| HSL | 229.7º | 0.75% | 0.35% | - |
| HSV(B) | 229.7º | 0.86% | 0.61% | - |
| XYZ | 7.27 | 4.45 | 31.93 | - |
| YUV | 50.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 156 | 0.86 | 0.71 | 0 | 0.39 | 229.7 | 0.75 | 0.35 |
| Hex | 16 | 2D | 9C | 56 | 47 | 0 | 27 | E6 | 4B | 23 |
| Octal | 26 | 55 | 234 | 126 | 107 | 0 | 47 | 346 | 113 | 43 |
| Binary | 10110 | 101101 | 10011100 | 1010110 | 1000111 | 0 | 100111 | 11100110 | 1001011 | 100011 |
Color Harmonies of #162D9C
Complementary color
Monochromatic Colors of #162D9C
Black with #162D9C
Text Example
Text Example
White with #162D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D9C; }
p { color: rgb(22,45,156); }
H1.HeaderClassName
{
color: #162D9C;
}
.AnyTagClassName
{
color: #162D9C;
}
</style>
background-color css
<style>
a { background-color: #162D9C; }
a { background-color: rgb(22,45,156); }
div.DivClassName
{
background-color: #162D9C;
}
.BgClassName
{
background-color: #162D9C;
}
</style>
border-color css
<style>
span { border-color: #162D9C; }
span { border-color: rgb(22,45,156); }
td.TdClassName
{
border-color: #162D9C;
}
.TagClassName
{
border-color: #162D9C;
}
</style>