Shades of Egyptian Blue #1434AA
Tints of Egyptian Blue #1434AA
RGB
CMYK
RGB Variations
Color information
#1434AA (or 0x1434AA) is known color: Egyptian Blue. HEX triplet: 14, 34 and AA. RGB value is (20,52,170). Sum of RGB (Red+Green+Blue) = 20+52+170=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #1434AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1434AA is #EBCB55. Grayscale: #373737. Windows color (decimal): -15453014 or 11154452. OLE color: 11154452.
HSL color Cylindrical-coordinate representation of color #1434AA: hue angle of 227.2º 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 #1434AA is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 52 | 170 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.33 |
| HSL | 227.2º | 0.79% | 0.37% | - |
| HSV(B) | 227.2º | 0.88% | 0.67% | - |
| XYZ | 8.77 | 5.51 | 38.63 | - |
| YUV | 55.88 | 192.4 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 170 | 0.88 | 0.69 | 0 | 0.33 | 227.2 | 0.79 | 0.37 |
| Hex | 14 | 34 | AA | 58 | 45 | 0 | 21 | E3 | 4F | 25 |
| Octal | 24 | 64 | 252 | 130 | 105 | 0 | 41 | 343 | 117 | 45 |
| Binary | 10100 | 110100 | 10101010 | 1011000 | 1000101 | 0 | 100001 | 11100011 | 1001111 | 100101 |
Color Harmonies of #1434AA
Complementary color
Monochromatic Colors of #1434AA
Black with #1434AA
Text Example
Text Example
White with #1434AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1434AA; }
p { color: rgb(20,52,170); }
H1.HeaderClassName
{
color: #1434AA;
}
.AnyTagClassName
{
color: #1434AA;
}
</style>
background-color css
<style>
a { background-color: #1434AA; }
a { background-color: rgb(20,52,170); }
div.DivClassName
{
background-color: #1434AA;
}
.BgClassName
{
background-color: #1434AA;
}
</style>
border-color css
<style>
span { border-color: #1434AA; }
span { border-color: rgb(20,52,170); }
td.TdClassName
{
border-color: #1434AA;
}
.TagClassName
{
border-color: #1434AA;
}
</style>