Shades of Egyptian Blue #161CAC
Tints of Egyptian Blue #161CAC
RGB
CMYK
RGB Variations
Color information
#161CAC (or 0x161CAC) is known color: Egyptian Blue. HEX triplet: 16, 1C and AC. RGB value is (22,28,172). Sum of RGB (Red+Green+Blue) = 22+28+172=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #161CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161CAC is #E9E353. Grayscale: #2A2A2A. Windows color (decimal): -15328084 or 11279382. OLE color: 11279382.
HSL color Cylindrical-coordinate representation of color #161CAC: hue angle of 237.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #161CAC is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 28 | 172 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.33 |
| HSL | 237.6º | 0.77% | 0.38% | - |
| HSV(B) | 237.6º | 0.87% | 0.67% | - |
| XYZ | 8.19 | 3.98 | 39.37 | - |
| YUV | 42.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 172 | 0.87 | 0.84 | 0 | 0.33 | 237.6 | 0.77 | 0.38 |
| Hex | 16 | 1C | AC | 57 | 54 | 0 | 21 | EE | 4D | 26 |
| Octal | 26 | 34 | 254 | 127 | 124 | 0 | 41 | 356 | 115 | 46 |
| Binary | 10110 | 11100 | 10101100 | 1010111 | 1010100 | 0 | 100001 | 11101110 | 1001101 | 100110 |
Color Harmonies of #161CAC
Complementary color
Monochromatic Colors of #161CAC
Black with #161CAC
Text Example
Text Example
White with #161CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161CAC; }
p { color: rgb(22,28,172); }
H1.HeaderClassName
{
color: #161CAC;
}
.AnyTagClassName
{
color: #161CAC;
}
</style>
background-color css
<style>
a { background-color: #161CAC; }
a { background-color: rgb(22,28,172); }
div.DivClassName
{
background-color: #161CAC;
}
.BgClassName
{
background-color: #161CAC;
}
</style>
border-color css
<style>
span { border-color: #161CAC; }
span { border-color: rgb(22,28,172); }
td.TdClassName
{
border-color: #161CAC;
}
.TagClassName
{
border-color: #161CAC;
}
</style>