Shades of Egyptian Blue #16359B
Tints of Egyptian Blue #16359B
RGB
CMYK
RGB Variations
Color information
#16359B (or 0x16359B) is known color: Egyptian Blue. HEX triplet: 16, 35 and 9B. RGB value is (22,53,155). Sum of RGB (Red+Green+Blue) = 22+53+155=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #16359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16359B is #E9CA64. Grayscale: #363636. Windows color (decimal): -15321701 or 10171670. OLE color: 10171670.
HSL color Cylindrical-coordinate representation of color #16359B: hue angle of 226.02º 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 #16359B is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 53 | 155 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.39 |
| HSL | 226.02º | 0.75% | 0.35% | - |
| HSV(B) | 226.02º | 0.86% | 0.61% | - |
| XYZ | 7.52 | 5.08 | 31.6 | - |
| YUV | 55.36 | 184.23 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 155 | 0.86 | 0.66 | 0 | 0.39 | 226.02 | 0.75 | 0.35 |
| Hex | 16 | 35 | 9B | 56 | 42 | 0 | 27 | E2 | 4B | 23 |
| Octal | 26 | 65 | 233 | 126 | 102 | 0 | 47 | 342 | 113 | 43 |
| Binary | 10110 | 110101 | 10011011 | 1010110 | 1000010 | 0 | 100111 | 11100010 | 1001011 | 100011 |
Color Harmonies of #16359B
Complementary color
Monochromatic Colors of #16359B
Black with #16359B
Text Example
Text Example
White with #16359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16359B; }
p { color: rgb(22,53,155); }
H1.HeaderClassName
{
color: #16359B;
}
.AnyTagClassName
{
color: #16359B;
}
</style>
background-color css
<style>
a { background-color: #16359B; }
a { background-color: rgb(22,53,155); }
div.DivClassName
{
background-color: #16359B;
}
.BgClassName
{
background-color: #16359B;
}
</style>
border-color css
<style>
span { border-color: #16359B; }
span { border-color: rgb(22,53,155); }
td.TdClassName
{
border-color: #16359B;
}
.TagClassName
{
border-color: #16359B;
}
</style>