Shades of Egyptian Blue #1431AB
Tints of Egyptian Blue #1431AB
RGB
CMYK
RGB Variations
Color information
#1431AB (or 0x1431AB) is known color: Egyptian Blue. HEX triplet: 14, 31 and AB. RGB value is (20,49,171). Sum of RGB (Red+Green+Blue) = 20+49+171=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #1431AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1431AB is #EBCE54. Grayscale: #353535. Windows color (decimal): -15453781 or 11219220. OLE color: 11219220.
HSL color Cylindrical-coordinate representation of color #1431AB: hue angle of 228.48º 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 #1431AB is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 49 | 171 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.33 |
| HSL | 228.48º | 0.79% | 0.37% | - |
| HSV(B) | 228.48º | 0.88% | 0.67% | - |
| XYZ | 8.74 | 5.29 | 39.09 | - |
| YUV | 54.24 | 193.89 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 171 | 0.88 | 0.71 | 0 | 0.33 | 228.48 | 0.79 | 0.37 |
| Hex | 14 | 31 | AB | 58 | 47 | 0 | 21 | E4 | 4F | 25 |
| Octal | 24 | 61 | 253 | 130 | 107 | 0 | 41 | 344 | 117 | 45 |
| Binary | 10100 | 110001 | 10101011 | 1011000 | 1000111 | 0 | 100001 | 11100100 | 1001111 | 100101 |
Color Harmonies of #1431AB
Complementary color
Monochromatic Colors of #1431AB
Black with #1431AB
Text Example
Text Example
White with #1431AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1431AB; }
p { color: rgb(20,49,171); }
H1.HeaderClassName
{
color: #1431AB;
}
.AnyTagClassName
{
color: #1431AB;
}
</style>
background-color css
<style>
a { background-color: #1431AB; }
a { background-color: rgb(20,49,171); }
div.DivClassName
{
background-color: #1431AB;
}
.BgClassName
{
background-color: #1431AB;
}
</style>
border-color css
<style>
span { border-color: #1431AB; }
span { border-color: rgb(20,49,171); }
td.TdClassName
{
border-color: #1431AB;
}
.TagClassName
{
border-color: #1431AB;
}
</style>