Shades of Egyptian Blue #1446AC
Tints of Egyptian Blue #1446AC
RGB
CMYK
RGB Variations
Color information
#1446AC (or 0x1446AC) is known color: Egyptian Blue. HEX triplet: 14, 46 and AC. RGB value is (20,70,172). Sum of RGB (Red+Green+Blue) = 20+70+172=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #1446AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1446AC is #EBB953. Grayscale: #424242. Windows color (decimal): -15448404 or 11290132. OLE color: 11290132.
HSL color Cylindrical-coordinate representation of color #1446AC: hue angle of 220.26º 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 #1446AC is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 70 | 172 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.33 |
| HSL | 220.26º | 0.79% | 0.38% | - |
| HSV(B) | 220.26º | 0.88% | 0.67% | - |
| XYZ | 9.93 | 7.51 | 39.96 | - |
| YUV | 66.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 172 | 0.88 | 0.59 | 0 | 0.33 | 220.26 | 0.79 | 0.38 |
| Hex | 14 | 46 | AC | 58 | 3B | 0 | 21 | DC | 4F | 26 |
| Octal | 24 | 106 | 254 | 130 | 73 | 0 | 41 | 334 | 117 | 46 |
| Binary | 10100 | 1000110 | 10101100 | 1011000 | 111011 | 0 | 100001 | 11011100 | 1001111 | 100110 |
Color Harmonies of #1446AC
Complementary color
Monochromatic Colors of #1446AC
Black with #1446AC
Text Example
Text Example
White with #1446AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1446AC; }
p { color: rgb(20,70,172); }
H1.HeaderClassName
{
color: #1446AC;
}
.AnyTagClassName
{
color: #1446AC;
}
</style>
background-color css
<style>
a { background-color: #1446AC; }
a { background-color: rgb(20,70,172); }
div.DivClassName
{
background-color: #1446AC;
}
.BgClassName
{
background-color: #1446AC;
}
</style>
border-color css
<style>
span { border-color: #1446AC; }
span { border-color: rgb(20,70,172); }
td.TdClassName
{
border-color: #1446AC;
}
.TagClassName
{
border-color: #1446AC;
}
</style>