Shades of Egyptian Blue #16399C
Tints of Egyptian Blue #16399C
RGB
CMYK
RGB Variations
Color information
#16399C (or 0x16399C) is known color: Egyptian Blue. HEX triplet: 16, 39 and 9C. RGB value is (22,57,156). Sum of RGB (Red+Green+Blue) = 22+57+156=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #16399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16399C is #E9C663. Grayscale: #393939. Windows color (decimal): -15320676 or 10238230. OLE color: 10238230.
HSL color Cylindrical-coordinate representation of color #16399C: hue angle of 224.33º 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 #16399C is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 57 | 156 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.39 |
| HSL | 224.33º | 0.75% | 0.35% | - |
| HSV(B) | 224.33º | 0.86% | 0.61% | - |
| XYZ | 7.79 | 5.5 | 32.1 | - |
| YUV | 57.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 156 | 0.86 | 0.63 | 0 | 0.39 | 224.33 | 0.75 | 0.35 |
| Hex | 16 | 39 | 9C | 56 | 3F | 0 | 27 | E0 | 4B | 23 |
| Octal | 26 | 71 | 234 | 126 | 77 | 0 | 47 | 340 | 113 | 43 |
| Binary | 10110 | 111001 | 10011100 | 1010110 | 111111 | 0 | 100111 | 11100000 | 1001011 | 100011 |
Color Harmonies of #16399C
Complementary color
Monochromatic Colors of #16399C
Black with #16399C
Text Example
Text Example
White with #16399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16399C; }
p { color: rgb(22,57,156); }
H1.HeaderClassName
{
color: #16399C;
}
.AnyTagClassName
{
color: #16399C;
}
</style>
background-color css
<style>
a { background-color: #16399C; }
a { background-color: rgb(22,57,156); }
div.DivClassName
{
background-color: #16399C;
}
.BgClassName
{
background-color: #16399C;
}
</style>
border-color css
<style>
span { border-color: #16399C; }
span { border-color: rgb(22,57,156); }
td.TdClassName
{
border-color: #16399C;
}
.TagClassName
{
border-color: #16399C;
}
</style>