Shades of Egyptian Blue #1441A2
Tints of Egyptian Blue #1441A2
RGB
CMYK
RGB Variations
Color information
#1441A2 (or 0x1441A2) is known color: Egyptian Blue. HEX triplet: 14, 41 and A2. RGB value is (20,65,162). Sum of RGB (Red+Green+Blue) = 20+65+162=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 162 (63.67% from 255 or 65.59% from 247); Max value from RGB is 162 - color contains mainly: blue. Hex color #1441A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441A2 is #EBBE5D. Grayscale: #3E3E3E. Windows color (decimal): -15449694 or 10633492. OLE color: 10633492.
HSL color Cylindrical-coordinate representation of color #1441A2: hue angle of 220.99º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1441A2 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 65 | 162 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.36 |
| HSL | 220.99º | 0.78% | 0.36% | - |
| HSV(B) | 220.99º | 0.88% | 0.64% | - |
| XYZ | 8.7 | 6.54 | 34.99 | - |
| YUV | 62.6 | 184.09 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 162 | 0.88 | 0.60 | 0 | 0.36 | 220.99 | 0.78 | 0.36 |
| Hex | 14 | 41 | A2 | 58 | 3C | 0 | 24 | DD | 4E | 24 |
| Octal | 24 | 101 | 242 | 130 | 74 | 0 | 44 | 335 | 116 | 44 |
| Binary | 10100 | 1000001 | 10100010 | 1011000 | 111100 | 0 | 100100 | 11011101 | 1001110 | 100100 |
Color Harmonies of #1441A2
Complementary color
Monochromatic Colors of #1441A2
Black with #1441A2
Text Example
Text Example
White with #1441A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441A2; }
p { color: rgb(20,65,162); }
H1.HeaderClassName
{
color: #1441A2;
}
.AnyTagClassName
{
color: #1441A2;
}
</style>
background-color css
<style>
a { background-color: #1441A2; }
a { background-color: rgb(20,65,162); }
div.DivClassName
{
background-color: #1441A2;
}
.BgClassName
{
background-color: #1441A2;
}
</style>
border-color css
<style>
span { border-color: #1441A2; }
span { border-color: rgb(20,65,162); }
td.TdClassName
{
border-color: #1441A2;
}
.TagClassName
{
border-color: #1441A2;
}
</style>