Shades of Egyptian Blue #1429AA
Tints of Egyptian Blue #1429AA
RGB
CMYK
RGB Variations
Color information
#1429AA (or 0x1429AA) is known color: Egyptian Blue. HEX triplet: 14, 29 and AA. RGB value is (20,41,170). Sum of RGB (Red+Green+Blue) = 20+41+170=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #1429AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1429AA is #EBD655. Grayscale: #303030. Windows color (decimal): -15455830 or 11151636. OLE color: 11151636.
HSL color Cylindrical-coordinate representation of color #1429AA: hue angle of 231.6º 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 #1429AA is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 41 | 170 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.33 |
| HSL | 231.6º | 0.79% | 0.37% | - |
| HSV(B) | 231.6º | 0.88% | 0.67% | - |
| XYZ | 8.34 | 4.64 | 38.49 | - |
| YUV | 49.43 | 196.04 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 170 | 0.88 | 0.76 | 0 | 0.33 | 231.6 | 0.79 | 0.37 |
| Hex | 14 | 29 | AA | 58 | 4C | 0 | 21 | E8 | 4F | 25 |
| Octal | 24 | 51 | 252 | 130 | 114 | 0 | 41 | 350 | 117 | 45 |
| Binary | 10100 | 101001 | 10101010 | 1011000 | 1001100 | 0 | 100001 | 11101000 | 1001111 | 100101 |
Color Harmonies of #1429AA
Complementary color
Monochromatic Colors of #1429AA
Black with #1429AA
Text Example
Text Example
White with #1429AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429AA; }
p { color: rgb(20,41,170); }
H1.HeaderClassName
{
color: #1429AA;
}
.AnyTagClassName
{
color: #1429AA;
}
</style>
background-color css
<style>
a { background-color: #1429AA; }
a { background-color: rgb(20,41,170); }
div.DivClassName
{
background-color: #1429AA;
}
.BgClassName
{
background-color: #1429AA;
}
</style>
border-color css
<style>
span { border-color: #1429AA; }
span { border-color: rgb(20,41,170); }
td.TdClassName
{
border-color: #1429AA;
}
.TagClassName
{
border-color: #1429AA;
}
</style>