Shades of Egyptian Blue #1441AB
Tints of Egyptian Blue #1441AB
RGB
CMYK
RGB Variations
Color information
#1441AB (or 0x1441AB) is known color: Egyptian Blue. HEX triplet: 14, 41 and AB. RGB value is (20,65,171). Sum of RGB (Red+Green+Blue) = 20+65+171=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #1441AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441AB is #EBBE54. Grayscale: #3F3F3F. Windows color (decimal): -15449685 or 11223316. OLE color: 11223316.
HSL color Cylindrical-coordinate representation of color #1441AB: hue angle of 222.12º 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 #1441AB is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 65 | 171 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.33 |
| HSL | 222.12º | 0.79% | 0.37% | - |
| HSV(B) | 222.12º | 0.88% | 0.67% | - |
| XYZ | 9.53 | 6.87 | 39.35 | - |
| YUV | 63.63 | 188.59 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 171 | 0.88 | 0.62 | 0 | 0.33 | 222.12 | 0.79 | 0.37 |
| Hex | 14 | 41 | AB | 58 | 3E | 0 | 21 | DE | 4F | 25 |
| Octal | 24 | 101 | 253 | 130 | 76 | 0 | 41 | 336 | 117 | 45 |
| Binary | 10100 | 1000001 | 10101011 | 1011000 | 111110 | 0 | 100001 | 11011110 | 1001111 | 100101 |
Color Harmonies of #1441AB
Complementary color
Monochromatic Colors of #1441AB
Black with #1441AB
Text Example
Text Example
White with #1441AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441AB; }
p { color: rgb(20,65,171); }
H1.HeaderClassName
{
color: #1441AB;
}
.AnyTagClassName
{
color: #1441AB;
}
</style>
background-color css
<style>
a { background-color: #1441AB; }
a { background-color: rgb(20,65,171); }
div.DivClassName
{
background-color: #1441AB;
}
.BgClassName
{
background-color: #1441AB;
}
</style>
border-color css
<style>
span { border-color: #1441AB; }
span { border-color: rgb(20,65,171); }
td.TdClassName
{
border-color: #1441AB;
}
.TagClassName
{
border-color: #1441AB;
}
</style>