Shades of Egyptian Blue #16348D
Tints of Egyptian Blue #16348D
RGB
CMYK
RGB Variations
Color information
#16348D (or 0x16348D) is known color: Egyptian Blue. HEX triplet: 16, 34 and 8D. RGB value is (22,52,141). Sum of RGB (Red+Green+Blue) = 22+52+141=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #16348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16348D is #E9CB72. Grayscale: #343434. Windows color (decimal): -15321971 or 9253910. OLE color: 9253910.
HSL color Cylindrical-coordinate representation of color #16348D: hue angle of 224.87º 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 #16348D is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 52 | 141 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.45 |
| HSL | 224.87º | 0.73% | 0.32% | - |
| HSV(B) | 224.87º | 0.84% | 0.55% | - |
| XYZ | 6.37 | 4.55 | 25.74 | - |
| YUV | 53.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 141 | 0.84 | 0.63 | 0 | 0.45 | 224.87 | 0.73 | 0.32 |
| Hex | 16 | 34 | 8D | 54 | 3F | 0 | 2D | E1 | 49 | 20 |
| Octal | 26 | 64 | 215 | 124 | 77 | 0 | 55 | 341 | 111 | 40 |
| Binary | 10110 | 110100 | 10001101 | 1010100 | 111111 | 0 | 101101 | 11100001 | 1001001 | 100000 |
Color Harmonies of #16348D
Complementary color
Monochromatic Colors of #16348D
Black with #16348D
Text Example
Text Example
White with #16348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16348D; }
p { color: rgb(22,52,141); }
H1.HeaderClassName
{
color: #16348D;
}
.AnyTagClassName
{
color: #16348D;
}
</style>
background-color css
<style>
a { background-color: #16348D; }
a { background-color: rgb(22,52,141); }
div.DivClassName
{
background-color: #16348D;
}
.BgClassName
{
background-color: #16348D;
}
</style>
border-color css
<style>
span { border-color: #16348D; }
span { border-color: rgb(22,52,141); }
td.TdClassName
{
border-color: #16348D;
}
.TagClassName
{
border-color: #16348D;
}
</style>