Shades of Egyptian Blue #1643A4
Tints of Egyptian Blue #1643A4
RGB
CMYK
RGB Variations
Color information
#1643A4 (or 0x1643A4) is known color: Egyptian Blue. HEX triplet: 16, 43 and A4. RGB value is (22,67,164). Sum of RGB (Red+Green+Blue) = 22+67+164=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #1643A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1643A4 is #E9BC5B. Grayscale: #404040. Windows color (decimal): -15318108 or 10765078. OLE color: 10765078.
HSL color Cylindrical-coordinate representation of color #1643A4: hue angle of 220.99º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1643A4 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 67 | 164 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.36 |
| HSL | 220.99º | 0.76% | 0.36% | - |
| HSV(B) | 220.99º | 0.87% | 0.64% | - |
| XYZ | 9.04 | 6.87 | 35.97 | - |
| YUV | 64.6 | 184.09 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 164 | 0.87 | 0.59 | 0 | 0.36 | 220.99 | 0.76 | 0.36 |
| Hex | 16 | 43 | A4 | 57 | 3B | 0 | 24 | DD | 4C | 24 |
| Octal | 26 | 103 | 244 | 127 | 73 | 0 | 44 | 335 | 114 | 44 |
| Binary | 10110 | 1000011 | 10100100 | 1010111 | 111011 | 0 | 100100 | 11011101 | 1001100 | 100100 |
Color Harmonies of #1643A4
Complementary color
Monochromatic Colors of #1643A4
Black with #1643A4
Text Example
Text Example
White with #1643A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1643A4; }
p { color: rgb(22,67,164); }
H1.HeaderClassName
{
color: #1643A4;
}
.AnyTagClassName
{
color: #1643A4;
}
</style>
background-color css
<style>
a { background-color: #1643A4; }
a { background-color: rgb(22,67,164); }
div.DivClassName
{
background-color: #1643A4;
}
.BgClassName
{
background-color: #1643A4;
}
</style>
border-color css
<style>
span { border-color: #1643A4; }
span { border-color: rgb(22,67,164); }
td.TdClassName
{
border-color: #1643A4;
}
.TagClassName
{
border-color: #1643A4;
}
</style>