Shades of Egyptian Blue #16379B
Tints of Egyptian Blue #16379B
RGB
CMYK
RGB Variations
Color information
#16379B (or 0x16379B) is known color: Egyptian Blue. HEX triplet: 16, 37 and 9B. RGB value is (22,55,155). Sum of RGB (Red+Green+Blue) = 22+55+155=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #16379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16379B is #E9C864. Grayscale: #383838. Windows color (decimal): -15321189 or 10172182. OLE color: 10172182.
HSL color Cylindrical-coordinate representation of color #16379B: hue angle of 225.11º 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 #16379B is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 55 | 155 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.39 |
| HSL | 225.11º | 0.75% | 0.35% | - |
| HSV(B) | 225.11º | 0.86% | 0.61% | - |
| XYZ | 7.61 | 5.27 | 31.63 | - |
| YUV | 56.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 155 | 0.86 | 0.65 | 0 | 0.39 | 225.11 | 0.75 | 0.35 |
| Hex | 16 | 37 | 9B | 56 | 41 | 0 | 27 | E1 | 4B | 23 |
| Octal | 26 | 67 | 233 | 126 | 101 | 0 | 47 | 341 | 113 | 43 |
| Binary | 10110 | 110111 | 10011011 | 1010110 | 1000001 | 0 | 100111 | 11100001 | 1001011 | 100011 |
Color Harmonies of #16379B
Complementary color
Monochromatic Colors of #16379B
Black with #16379B
Text Example
Text Example
White with #16379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16379B; }
p { color: rgb(22,55,155); }
H1.HeaderClassName
{
color: #16379B;
}
.AnyTagClassName
{
color: #16379B;
}
</style>
background-color css
<style>
a { background-color: #16379B; }
a { background-color: rgb(22,55,155); }
div.DivClassName
{
background-color: #16379B;
}
.BgClassName
{
background-color: #16379B;
}
</style>
border-color css
<style>
span { border-color: #16379B; }
span { border-color: rgb(22,55,155); }
td.TdClassName
{
border-color: #16379B;
}
.TagClassName
{
border-color: #16379B;
}
</style>