Shades of Egyptian Blue #1639A1
Tints of Egyptian Blue #1639A1
RGB
CMYK
RGB Variations
Color information
#1639A1 (or 0x1639A1) is known color: Egyptian Blue. HEX triplet: 16, 39 and A1. RGB value is (22,57,161). Sum of RGB (Red+Green+Blue) = 22+57+161=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #1639A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1639A1 is #E9C65E. Grayscale: #393939. Windows color (decimal): -15320671 or 10565910. OLE color: 10565910.
HSL color Cylindrical-coordinate representation of color #1639A1: hue angle of 224.89º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1639A1 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 57 | 161 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.37 |
| HSL | 224.89º | 0.76% | 0.36% | - |
| HSV(B) | 224.89º | 0.86% | 0.63% | - |
| XYZ | 8.23 | 5.67 | 34.38 | - |
| YUV | 58.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 161 | 0.86 | 0.65 | 0 | 0.37 | 224.89 | 0.76 | 0.36 |
| Hex | 16 | 39 | A1 | 56 | 41 | 0 | 25 | E1 | 4C | 24 |
| Octal | 26 | 71 | 241 | 126 | 101 | 0 | 45 | 341 | 114 | 44 |
| Binary | 10110 | 111001 | 10100001 | 1010110 | 1000001 | 0 | 100101 | 11100001 | 1001100 | 100100 |
Color Harmonies of #1639A1
Complementary color
Monochromatic Colors of #1639A1
Black with #1639A1
Text Example
Text Example
White with #1639A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1639A1; }
p { color: rgb(22,57,161); }
H1.HeaderClassName
{
color: #1639A1;
}
.AnyTagClassName
{
color: #1639A1;
}
</style>
background-color css
<style>
a { background-color: #1639A1; }
a { background-color: rgb(22,57,161); }
div.DivClassName
{
background-color: #1639A1;
}
.BgClassName
{
background-color: #1639A1;
}
</style>
border-color css
<style>
span { border-color: #1639A1; }
span { border-color: rgb(22,57,161); }
td.TdClassName
{
border-color: #1639A1;
}
.TagClassName
{
border-color: #1639A1;
}
</style>