Shades of Egyptian Blue #1440AB
Tints of Egyptian Blue #1440AB
RGB
CMYK
RGB Variations
Color information
#1440AB (or 0x1440AB) is known color: Egyptian Blue. HEX triplet: 14, 40 and AB. RGB value is (20,64,171). Sum of RGB (Red+Green+Blue) = 20+64+171=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #1440AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1440AB is #EBBF54. Grayscale: #3E3E3E. Windows color (decimal): -15449941 or 11223060. OLE color: 11223060.
HSL color Cylindrical-coordinate representation of color #1440AB: hue angle of 222.52º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1440AB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 64 | 171 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.33 |
| HSL | 222.52º | 0.79% | 0.37% | - |
| HSV(B) | 222.52º | 0.88% | 0.67% | - |
| XYZ | 9.47 | 6.76 | 39.33 | - |
| YUV | 63.04 | 188.92 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 171 | 0.88 | 0.63 | 0 | 0.33 | 222.52 | 0.79 | 0.37 |
| Hex | 14 | 40 | AB | 58 | 3F | 0 | 21 | DF | 4F | 25 |
| Octal | 24 | 100 | 253 | 130 | 77 | 0 | 41 | 337 | 117 | 45 |
| Binary | 10100 | 1000000 | 10101011 | 1011000 | 111111 | 0 | 100001 | 11011111 | 1001111 | 100101 |
Color Harmonies of #1440AB
Complementary color
Monochromatic Colors of #1440AB
Black with #1440AB
Text Example
Text Example
White with #1440AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1440AB; }
p { color: rgb(20,64,171); }
H1.HeaderClassName
{
color: #1440AB;
}
.AnyTagClassName
{
color: #1440AB;
}
</style>
background-color css
<style>
a { background-color: #1440AB; }
a { background-color: rgb(20,64,171); }
div.DivClassName
{
background-color: #1440AB;
}
.BgClassName
{
background-color: #1440AB;
}
</style>
border-color css
<style>
span { border-color: #1440AB; }
span { border-color: rgb(20,64,171); }
td.TdClassName
{
border-color: #1440AB;
}
.TagClassName
{
border-color: #1440AB;
}
</style>