Shades of Egyptian Blue #1643A7
Tints of Egyptian Blue #1643A7
RGB
CMYK
RGB Variations
Color information
#1643A7 (or 0x1643A7) is known color: Egyptian Blue. HEX triplet: 16, 43 and A7. RGB value is (22,67,167). Sum of RGB (Red+Green+Blue) = 22+67+167=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 167 (65.62% from 255 or 65.23% from 256); Max value from RGB is 167 - color contains mainly: blue. Hex color #1643A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1643A7 is #E9BC58. Grayscale: #404040. Windows color (decimal): -15318105 or 10961686. OLE color: 10961686.
HSL color Cylindrical-coordinate representation of color #1643A7: hue angle of 221.38º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1643A7 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 67 | 167 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.35 |
| HSL | 221.38º | 0.77% | 0.37% | - |
| HSV(B) | 221.38º | 0.87% | 0.65% | - |
| XYZ | 9.31 | 6.97 | 37.41 | - |
| YUV | 64.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 167 | 0.87 | 0.60 | 0 | 0.35 | 221.38 | 0.77 | 0.37 |
| Hex | 16 | 43 | A7 | 57 | 3C | 0 | 23 | DD | 4D | 25 |
| Octal | 26 | 103 | 247 | 127 | 74 | 0 | 43 | 335 | 115 | 45 |
| Binary | 10110 | 1000011 | 10100111 | 1010111 | 111100 | 0 | 100011 | 11011101 | 1001101 | 100101 |
Color Harmonies of #1643A7
Complementary color
Monochromatic Colors of #1643A7
Black with #1643A7
Text Example
Text Example
White with #1643A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1643A7; }
p { color: rgb(22,67,167); }
H1.HeaderClassName
{
color: #1643A7;
}
.AnyTagClassName
{
color: #1643A7;
}
</style>
background-color css
<style>
a { background-color: #1643A7; }
a { background-color: rgb(22,67,167); }
div.DivClassName
{
background-color: #1643A7;
}
.BgClassName
{
background-color: #1643A7;
}
</style>
border-color css
<style>
span { border-color: #1643A7; }
span { border-color: rgb(22,67,167); }
td.TdClassName
{
border-color: #1643A7;
}
.TagClassName
{
border-color: #1643A7;
}
</style>