Shades of Egyptian Blue #1445AC
Tints of Egyptian Blue #1445AC
RGB
CMYK
RGB Variations
Color information
#1445AC (or 0x1445AC) is known color: Egyptian Blue. HEX triplet: 14, 45 and AC. RGB value is (20,69,172). Sum of RGB (Red+Green+Blue) = 20+69+172=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #1445AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1445AC is #EBBA53. Grayscale: #414141. Windows color (decimal): -15448660 or 11289876. OLE color: 11289876.
HSL color Cylindrical-coordinate representation of color #1445AC: hue angle of 220.66º 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 #1445AC is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 69 | 172 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.33 |
| HSL | 220.66º | 0.79% | 0.38% | - |
| HSV(B) | 220.66º | 0.88% | 0.67% | - |
| XYZ | 9.86 | 7.38 | 39.94 | - |
| YUV | 66.09 | 187.77 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 172 | 0.88 | 0.60 | 0 | 0.33 | 220.66 | 0.79 | 0.38 |
| Hex | 14 | 45 | AC | 58 | 3C | 0 | 21 | DD | 4F | 26 |
| Octal | 24 | 105 | 254 | 130 | 74 | 0 | 41 | 335 | 117 | 46 |
| Binary | 10100 | 1000101 | 10101100 | 1011000 | 111100 | 0 | 100001 | 11011101 | 1001111 | 100110 |
Color Harmonies of #1445AC
Complementary color
Monochromatic Colors of #1445AC
Black with #1445AC
Text Example
Text Example
White with #1445AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1445AC; }
p { color: rgb(20,69,172); }
H1.HeaderClassName
{
color: #1445AC;
}
.AnyTagClassName
{
color: #1445AC;
}
</style>
background-color css
<style>
a { background-color: #1445AC; }
a { background-color: rgb(20,69,172); }
div.DivClassName
{
background-color: #1445AC;
}
.BgClassName
{
background-color: #1445AC;
}
</style>
border-color css
<style>
span { border-color: #1445AC; }
span { border-color: rgb(20,69,172); }
td.TdClassName
{
border-color: #1445AC;
}
.TagClassName
{
border-color: #1445AC;
}
</style>