Shades of Egyptian Blue #16318C
Tints of Egyptian Blue #16318C
RGB
CMYK
RGB Variations
Color information
#16318C (or 0x16318C) is known color: Egyptian Blue. HEX triplet: 16, 31 and 8C. RGB value is (22,49,140). Sum of RGB (Red+Green+Blue) = 22+49+140=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #16318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16318C is #E9CE73. Grayscale: #323232. Windows color (decimal): -15322740 or 9187606. OLE color: 9187606.
HSL color Cylindrical-coordinate representation of color #16318C: hue angle of 226.27º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16318C is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 49 | 140 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.45 |
| HSL | 226.27º | 0.73% | 0.32% | - |
| HSV(B) | 226.27º | 0.84% | 0.55% | - |
| XYZ | 6.16 | 4.26 | 25.31 | - |
| YUV | 51.3 | 178.05 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 140 | 0.84 | 0.65 | 0 | 0.45 | 226.27 | 0.73 | 0.32 |
| Hex | 16 | 31 | 8C | 54 | 41 | 0 | 2D | E2 | 49 | 20 |
| Octal | 26 | 61 | 214 | 124 | 101 | 0 | 55 | 342 | 111 | 40 |
| Binary | 10110 | 110001 | 10001100 | 1010100 | 1000001 | 0 | 101101 | 11100010 | 1001001 | 100000 |
Color Harmonies of #16318C
Complementary color
Monochromatic Colors of #16318C
Black with #16318C
Text Example
Text Example
White with #16318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16318C; }
p { color: rgb(22,49,140); }
H1.HeaderClassName
{
color: #16318C;
}
.AnyTagClassName
{
color: #16318C;
}
</style>
background-color css
<style>
a { background-color: #16318C; }
a { background-color: rgb(22,49,140); }
div.DivClassName
{
background-color: #16318C;
}
.BgClassName
{
background-color: #16318C;
}
</style>
border-color css
<style>
span { border-color: #16318C; }
span { border-color: rgb(22,49,140); }
td.TdClassName
{
border-color: #16318C;
}
.TagClassName
{
border-color: #16318C;
}
</style>