Shades of Egyptian Blue #16349F
Tints of Egyptian Blue #16349F
RGB
CMYK
RGB Variations
Color information
#16349F (or 0x16349F) is known color: Egyptian Blue. HEX triplet: 16, 34 and 9F. RGB value is (22,52,159). Sum of RGB (Red+Green+Blue) = 22+52+159=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #16349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16349F is #E9CB60. Grayscale: #363636. Windows color (decimal): -15321953 or 10433558. OLE color: 10433558.
HSL color Cylindrical-coordinate representation of color #16349F: hue angle of 226.86º degrees, saturation: 0.76, 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 #16349F is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 52 | 159 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.38 |
| HSL | 226.86º | 0.76% | 0.35% | - |
| HSV(B) | 226.86º | 0.86% | 0.62% | - |
| XYZ | 7.82 | 5.13 | 33.38 | - |
| YUV | 55.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 159 | 0.86 | 0.67 | 0 | 0.38 | 226.86 | 0.76 | 0.35 |
| Hex | 16 | 34 | 9F | 56 | 43 | 0 | 26 | E3 | 4C | 23 |
| Octal | 26 | 64 | 237 | 126 | 103 | 0 | 46 | 343 | 114 | 43 |
| Binary | 10110 | 110100 | 10011111 | 1010110 | 1000011 | 0 | 100110 | 11100011 | 1001100 | 100011 |
Color Harmonies of #16349F
Complementary color
Monochromatic Colors of #16349F
Black with #16349F
Text Example
Text Example
White with #16349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16349F; }
p { color: rgb(22,52,159); }
H1.HeaderClassName
{
color: #16349F;
}
.AnyTagClassName
{
color: #16349F;
}
</style>
background-color css
<style>
a { background-color: #16349F; }
a { background-color: rgb(22,52,159); }
div.DivClassName
{
background-color: #16349F;
}
.BgClassName
{
background-color: #16349F;
}
</style>
border-color css
<style>
span { border-color: #16349F; }
span { border-color: rgb(22,52,159); }
td.TdClassName
{
border-color: #16349F;
}
.TagClassName
{
border-color: #16349F;
}
</style>