Shades of Egyptian Blue #1431AA
Tints of Egyptian Blue #1431AA
RGB
CMYK
RGB Variations
Color information
#1431AA (or 0x1431AA) is known color: Egyptian Blue. HEX triplet: 14, 31 and AA. RGB value is (20,49,170). Sum of RGB (Red+Green+Blue) = 20+49+170=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #1431AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1431AA is #EBCE55. Grayscale: #353535. Windows color (decimal): -15453782 or 11153684. OLE color: 11153684.
HSL color Cylindrical-coordinate representation of color #1431AA: hue angle of 228.4º 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 #1431AA is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 49 | 170 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.33 |
| HSL | 228.4º | 0.79% | 0.37% | - |
| HSV(B) | 228.4º | 0.88% | 0.67% | - |
| XYZ | 8.64 | 5.25 | 38.59 | - |
| YUV | 54.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 170 | 0.88 | 0.71 | 0 | 0.33 | 228.4 | 0.79 | 0.37 |
| Hex | 14 | 31 | AA | 58 | 47 | 0 | 21 | E4 | 4F | 25 |
| Octal | 24 | 61 | 252 | 130 | 107 | 0 | 41 | 344 | 117 | 45 |
| Binary | 10100 | 110001 | 10101010 | 1011000 | 1000111 | 0 | 100001 | 11100100 | 1001111 | 100101 |
Color Harmonies of #1431AA
Complementary color
Monochromatic Colors of #1431AA
Black with #1431AA
Text Example
Text Example
White with #1431AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1431AA; }
p { color: rgb(20,49,170); }
H1.HeaderClassName
{
color: #1431AA;
}
.AnyTagClassName
{
color: #1431AA;
}
</style>
background-color css
<style>
a { background-color: #1431AA; }
a { background-color: rgb(20,49,170); }
div.DivClassName
{
background-color: #1431AA;
}
.BgClassName
{
background-color: #1431AA;
}
</style>
border-color css
<style>
span { border-color: #1431AA; }
span { border-color: rgb(20,49,170); }
td.TdClassName
{
border-color: #1431AA;
}
.TagClassName
{
border-color: #1431AA;
}
</style>