Shades of Egyptian Blue #16399F
Tints of Egyptian Blue #16399F
RGB
CMYK
RGB Variations
Color information
#16399F (or 0x16399F) is known color: Egyptian Blue. HEX triplet: 16, 39 and 9F. RGB value is (22,57,159). Sum of RGB (Red+Green+Blue) = 22+57+159=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #16399F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16399F is #E9C660. Grayscale: #393939. Windows color (decimal): -15320673 or 10434838. OLE color: 10434838.
HSL color Cylindrical-coordinate representation of color #16399F: hue angle of 224.67º 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 #16399F is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 57 | 159 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.38 |
| HSL | 224.67º | 0.76% | 0.35% | - |
| HSV(B) | 224.67º | 0.86% | 0.62% | - |
| XYZ | 8.05 | 5.6 | 33.46 | - |
| YUV | 58.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 159 | 0.86 | 0.64 | 0 | 0.38 | 224.67 | 0.76 | 0.35 |
| Hex | 16 | 39 | 9F | 56 | 40 | 0 | 26 | E1 | 4C | 23 |
| Octal | 26 | 71 | 237 | 126 | 100 | 0 | 46 | 341 | 114 | 43 |
| Binary | 10110 | 111001 | 10011111 | 1010110 | 1000000 | 0 | 100110 | 11100001 | 1001100 | 100011 |
Color Harmonies of #16399F
Complementary color
Monochromatic Colors of #16399F
Black with #16399F
Text Example
Text Example
White with #16399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16399F; }
p { color: rgb(22,57,159); }
H1.HeaderClassName
{
color: #16399F;
}
.AnyTagClassName
{
color: #16399F;
}
</style>
background-color css
<style>
a { background-color: #16399F; }
a { background-color: rgb(22,57,159); }
div.DivClassName
{
background-color: #16399F;
}
.BgClassName
{
background-color: #16399F;
}
</style>
border-color css
<style>
span { border-color: #16399F; }
span { border-color: rgb(22,57,159); }
td.TdClassName
{
border-color: #16399F;
}
.TagClassName
{
border-color: #16399F;
}
</style>