Shades of Egyptian Blue #16349B
Tints of Egyptian Blue #16349B
RGB
CMYK
RGB Variations
Color information
#16349B (or 0x16349B) is known color: Egyptian Blue. HEX triplet: 16, 34 and 9B. RGB value is (22,52,155). Sum of RGB (Red+Green+Blue) = 22+52+155=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #16349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16349B is #E9CB64. Grayscale: #363636. Windows color (decimal): -15321957 or 10171414. OLE color: 10171414.
HSL color Cylindrical-coordinate representation of color #16349B: hue angle of 226.47º 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 #16349B is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 52 | 155 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.39 |
| HSL | 226.47º | 0.75% | 0.35% | - |
| HSV(B) | 226.47º | 0.86% | 0.61% | - |
| XYZ | 7.48 | 4.99 | 31.58 | - |
| YUV | 54.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 155 | 0.86 | 0.66 | 0 | 0.39 | 226.47 | 0.75 | 0.35 |
| Hex | 16 | 34 | 9B | 56 | 42 | 0 | 27 | E2 | 4B | 23 |
| Octal | 26 | 64 | 233 | 126 | 102 | 0 | 47 | 342 | 113 | 43 |
| Binary | 10110 | 110100 | 10011011 | 1010110 | 1000010 | 0 | 100111 | 11100010 | 1001011 | 100011 |
Color Harmonies of #16349B
Complementary color
Monochromatic Colors of #16349B
Black with #16349B
Text Example
Text Example
White with #16349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16349B; }
p { color: rgb(22,52,155); }
H1.HeaderClassName
{
color: #16349B;
}
.AnyTagClassName
{
color: #16349B;
}
</style>
background-color css
<style>
a { background-color: #16349B; }
a { background-color: rgb(22,52,155); }
div.DivClassName
{
background-color: #16349B;
}
.BgClassName
{
background-color: #16349B;
}
</style>
border-color css
<style>
span { border-color: #16349B; }
span { border-color: rgb(22,52,155); }
td.TdClassName
{
border-color: #16349B;
}
.TagClassName
{
border-color: #16349B;
}
</style>