Shades of Egyptian Blue #1444AC
Tints of Egyptian Blue #1444AC
RGB
CMYK
RGB Variations
Color information
#1444AC (or 0x1444AC) is known color: Egyptian Blue. HEX triplet: 14, 44 and AC. RGB value is (20,68,172). Sum of RGB (Red+Green+Blue) = 20+68+172=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1444AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1444AC is #EBBB53. Grayscale: #414141. Windows color (decimal): -15448916 or 11289620. OLE color: 11289620.
HSL color Cylindrical-coordinate representation of color #1444AC: hue angle of 221.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1444AC is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 68 | 172 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.33 |
| HSL | 221.05º | 0.79% | 0.38% | - |
| HSV(B) | 221.05º | 0.88% | 0.67% | - |
| XYZ | 9.8 | 7.26 | 39.91 | - |
| YUV | 65.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 172 | 0.88 | 0.60 | 0 | 0.33 | 221.05 | 0.79 | 0.38 |
| Hex | 14 | 44 | AC | 58 | 3C | 0 | 21 | DD | 4F | 26 |
| Octal | 24 | 104 | 254 | 130 | 74 | 0 | 41 | 335 | 117 | 46 |
| Binary | 10100 | 1000100 | 10101100 | 1011000 | 111100 | 0 | 100001 | 11011101 | 1001111 | 100110 |
Color Harmonies of #1444AC
Complementary color
Monochromatic Colors of #1444AC
Black with #1444AC
Text Example
Text Example
White with #1444AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1444AC; }
p { color: rgb(20,68,172); }
H1.HeaderClassName
{
color: #1444AC;
}
.AnyTagClassName
{
color: #1444AC;
}
</style>
background-color css
<style>
a { background-color: #1444AC; }
a { background-color: rgb(20,68,172); }
div.DivClassName
{
background-color: #1444AC;
}
.BgClassName
{
background-color: #1444AC;
}
</style>
border-color css
<style>
span { border-color: #1444AC; }
span { border-color: rgb(20,68,172); }
td.TdClassName
{
border-color: #1444AC;
}
.TagClassName
{
border-color: #1444AC;
}
</style>