Shades of Egyptian Blue #16459F
Tints of Egyptian Blue #16459F
RGB
CMYK
RGB Variations
Color information
#16459F (or 0x16459F) is known color: Egyptian Blue. HEX triplet: 16, 45 and 9F. RGB value is (22,69,159). Sum of RGB (Red+Green+Blue) = 22+69+159=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #16459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16459F is #E9BA60. Grayscale: #404040. Windows color (decimal): -15317601 or 10437910. OLE color: 10437910.
HSL color Cylindrical-coordinate representation of color #16459F: hue angle of 219.42º 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 #16459F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 69 | 159 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.38 |
| HSL | 219.42º | 0.76% | 0.35% | - |
| HSV(B) | 219.42º | 0.86% | 0.62% | - |
| XYZ | 8.72 | 6.93 | 33.68 | - |
| YUV | 65.21 | 180.93 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 159 | 0.86 | 0.57 | 0 | 0.38 | 219.42 | 0.76 | 0.35 |
| Hex | 16 | 45 | 9F | 56 | 39 | 0 | 26 | DB | 4C | 23 |
| Octal | 26 | 105 | 237 | 126 | 71 | 0 | 46 | 333 | 114 | 43 |
| Binary | 10110 | 1000101 | 10011111 | 1010110 | 111001 | 0 | 100110 | 11011011 | 1001100 | 100011 |
Color Harmonies of #16459F
Complementary color
Monochromatic Colors of #16459F
Black with #16459F
Text Example
Text Example
White with #16459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16459F; }
p { color: rgb(22,69,159); }
H1.HeaderClassName
{
color: #16459F;
}
.AnyTagClassName
{
color: #16459F;
}
</style>
background-color css
<style>
a { background-color: #16459F; }
a { background-color: rgb(22,69,159); }
div.DivClassName
{
background-color: #16459F;
}
.BgClassName
{
background-color: #16459F;
}
</style>
border-color css
<style>
span { border-color: #16459F; }
span { border-color: rgb(22,69,159); }
td.TdClassName
{
border-color: #16459F;
}
.TagClassName
{
border-color: #16459F;
}
</style>