Shades of Egyptian Blue #16289F
Tints of Egyptian Blue #16289F
RGB
CMYK
RGB Variations
Color information
#16289F (or 0x16289F) is known color: Egyptian Blue. HEX triplet: 16, 28 and 9F. RGB value is (22,40,159). Sum of RGB (Red+Green+Blue) = 22+40+159=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #16289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16289F is #E9D760. Grayscale: #2F2F2F. Windows color (decimal): -15325025 or 10430486. OLE color: 10430486.
HSL color Cylindrical-coordinate representation of color #16289F: hue angle of 232.12º 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 #16289F is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 40 | 159 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.38 |
| HSL | 232.12º | 0.76% | 0.35% | - |
| HSV(B) | 232.12º | 0.86% | 0.62% | - |
| XYZ | 7.35 | 4.19 | 33.22 | - |
| YUV | 48.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 159 | 0.86 | 0.75 | 0 | 0.38 | 232.12 | 0.76 | 0.35 |
| Hex | 16 | 28 | 9F | 56 | 4B | 0 | 26 | E8 | 4C | 23 |
| Octal | 26 | 50 | 237 | 126 | 113 | 0 | 46 | 350 | 114 | 43 |
| Binary | 10110 | 101000 | 10011111 | 1010110 | 1001011 | 0 | 100110 | 11101000 | 1001100 | 100011 |
Color Harmonies of #16289F
Complementary color
Monochromatic Colors of #16289F
Black with #16289F
Text Example
Text Example
White with #16289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16289F; }
p { color: rgb(22,40,159); }
H1.HeaderClassName
{
color: #16289F;
}
.AnyTagClassName
{
color: #16289F;
}
</style>
background-color css
<style>
a { background-color: #16289F; }
a { background-color: rgb(22,40,159); }
div.DivClassName
{
background-color: #16289F;
}
.BgClassName
{
background-color: #16289F;
}
</style>
border-color css
<style>
span { border-color: #16289F; }
span { border-color: rgb(22,40,159); }
td.TdClassName
{
border-color: #16289F;
}
.TagClassName
{
border-color: #16289F;
}
</style>