Shades of Egyptian Blue #142D93
Tints of Egyptian Blue #142D93
RGB
CMYK
RGB Variations
Color information
#142D93 (or 0x142D93) is known color: Egyptian Blue. HEX triplet: 14, 2D and 93. RGB value is (20,45,147). Sum of RGB (Red+Green+Blue) = 20+45+147=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #142D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D93 is #EBD26C. Grayscale: #303030. Windows color (decimal): -15454829 or 9645332. OLE color: 9645332.
HSL color Cylindrical-coordinate representation of color #142D93: hue angle of 228.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142D93 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 45 | 147 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.42 |
| HSL | 228.19º | 0.76% | 0.33% | - |
| HSV(B) | 228.19º | 0.86% | 0.58% | - |
| XYZ | 6.49 | 4.13 | 28.06 | - |
| YUV | 49.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 147 | 0.86 | 0.69 | 0 | 0.42 | 228.19 | 0.76 | 0.33 |
| Hex | 14 | 2D | 93 | 56 | 45 | 0 | 2A | E4 | 4C | 21 |
| Octal | 24 | 55 | 223 | 126 | 105 | 0 | 52 | 344 | 114 | 41 |
| Binary | 10100 | 101101 | 10010011 | 1010110 | 1000101 | 0 | 101010 | 11100100 | 1001100 | 100001 |
Color Harmonies of #142D93
Complementary color
Monochromatic Colors of #142D93
Black with #142D93
Text Example
Text Example
White with #142D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D93; }
p { color: rgb(20,45,147); }
H1.HeaderClassName
{
color: #142D93;
}
.AnyTagClassName
{
color: #142D93;
}
</style>
background-color css
<style>
a { background-color: #142D93; }
a { background-color: rgb(20,45,147); }
div.DivClassName
{
background-color: #142D93;
}
.BgClassName
{
background-color: #142D93;
}
</style>
border-color css
<style>
span { border-color: #142D93; }
span { border-color: rgb(20,45,147); }
td.TdClassName
{
border-color: #142D93;
}
.TagClassName
{
border-color: #142D93;
}
</style>