Shades of Egyptian Blue #141DA3
Tints of Egyptian Blue #141DA3
RGB
CMYK
RGB Variations
Color information
#141DA3 (or 0x141DA3) is known color: Egyptian Blue. HEX triplet: 14, 1D and A3. RGB value is (20,29,163). Sum of RGB (Red+Green+Blue) = 20+29+163=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 163 (64.06% from 255 or 76.89% from 212); Max value from RGB is 163 - color contains mainly: blue. Hex color #141DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DA3 is #EBE25C. Grayscale: #292929. Windows color (decimal): -15458909 or 10689812. OLE color: 10689812.
HSL color Cylindrical-coordinate representation of color #141DA3: hue angle of 236.22º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141DA3 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 29 | 163 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.36 |
| HSL | 236.22º | 0.78% | 0.36% | - |
| HSV(B) | 236.22º | 0.88% | 0.64% | - |
| XYZ | 7.34 | 3.67 | 34.97 | - |
| YUV | 41.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 163 | 0.88 | 0.82 | 0 | 0.36 | 236.22 | 0.78 | 0.36 |
| Hex | 14 | 1D | A3 | 58 | 52 | 0 | 24 | EC | 4E | 24 |
| Octal | 24 | 35 | 243 | 130 | 122 | 0 | 44 | 354 | 116 | 44 |
| Binary | 10100 | 11101 | 10100011 | 1011000 | 1010010 | 0 | 100100 | 11101100 | 1001110 | 100100 |
Color Harmonies of #141DA3
Complementary color
Monochromatic Colors of #141DA3
Black with #141DA3
Text Example
Text Example
White with #141DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DA3; }
p { color: rgb(20,29,163); }
H1.HeaderClassName
{
color: #141DA3;
}
.AnyTagClassName
{
color: #141DA3;
}
</style>
background-color css
<style>
a { background-color: #141DA3; }
a { background-color: rgb(20,29,163); }
div.DivClassName
{
background-color: #141DA3;
}
.BgClassName
{
background-color: #141DA3;
}
</style>
border-color css
<style>
span { border-color: #141DA3; }
span { border-color: rgb(20,29,163); }
td.TdClassName
{
border-color: #141DA3;
}
.TagClassName
{
border-color: #141DA3;
}
</style>