Shades of Egyptian Blue #1422AC
Tints of Egyptian Blue #1422AC
RGB
CMYK
RGB Variations
Color information
#1422AC (or 0x1422AC) is known color: Egyptian Blue. HEX triplet: 14, 22 and AC. RGB value is (20,34,172). Sum of RGB (Red+Green+Blue) = 20+34+172=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #1422AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1422AC is #EBDD53. Grayscale: #2C2C2C. Windows color (decimal): -15457620 or 11280916. OLE color: 11280916.
HSL color Cylindrical-coordinate representation of color #1422AC: hue angle of 234.47º 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 #1422AC is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 34 | 172 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.33 |
| HSL | 234.47º | 0.79% | 0.38% | - |
| HSV(B) | 234.47º | 0.88% | 0.67% | - |
| XYZ | 8.31 | 4.27 | 39.42 | - |
| YUV | 45.55 | 199.36 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 172 | 0.88 | 0.80 | 0 | 0.33 | 234.47 | 0.79 | 0.38 |
| Hex | 14 | 22 | AC | 58 | 50 | 0 | 21 | EA | 4F | 26 |
| Octal | 24 | 42 | 254 | 130 | 120 | 0 | 41 | 352 | 117 | 46 |
| Binary | 10100 | 100010 | 10101100 | 1011000 | 1010000 | 0 | 100001 | 11101010 | 1001111 | 100110 |
Color Harmonies of #1422AC
Complementary color
Monochromatic Colors of #1422AC
Black with #1422AC
Text Example
Text Example
White with #1422AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1422AC; }
p { color: rgb(20,34,172); }
H1.HeaderClassName
{
color: #1422AC;
}
.AnyTagClassName
{
color: #1422AC;
}
</style>
background-color css
<style>
a { background-color: #1422AC; }
a { background-color: rgb(20,34,172); }
div.DivClassName
{
background-color: #1422AC;
}
.BgClassName
{
background-color: #1422AC;
}
</style>
border-color css
<style>
span { border-color: #1422AC; }
span { border-color: rgb(20,34,172); }
td.TdClassName
{
border-color: #1422AC;
}
.TagClassName
{
border-color: #1422AC;
}
</style>