Shades of Egyptian Blue #142C93
Tints of Egyptian Blue #142C93
RGB
CMYK
RGB Variations
Color information
#142C93 (or 0x142C93) is known color: Egyptian Blue. HEX triplet: 14, 2C and 93. RGB value is (20,44,147). Sum of RGB (Red+Green+Blue) = 20+44+147=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #142C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C93 is #EBD36C. Grayscale: #303030. Windows color (decimal): -15455085 or 9645076. OLE color: 9645076.
HSL color Cylindrical-coordinate representation of color #142C93: hue angle of 228.66º 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 #142C93 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 44 | 147 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.42 |
| HSL | 228.66º | 0.76% | 0.33% | - |
| HSV(B) | 228.66º | 0.86% | 0.58% | - |
| XYZ | 6.46 | 4.06 | 28.05 | - |
| YUV | 48.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 147 | 0.86 | 0.70 | 0 | 0.42 | 228.66 | 0.76 | 0.33 |
| Hex | 14 | 2C | 93 | 56 | 46 | 0 | 2A | E5 | 4C | 21 |
| Octal | 24 | 54 | 223 | 126 | 106 | 0 | 52 | 345 | 114 | 41 |
| Binary | 10100 | 101100 | 10010011 | 1010110 | 1000110 | 0 | 101010 | 11100101 | 1001100 | 100001 |
Color Harmonies of #142C93
Complementary color
Monochromatic Colors of #142C93
Black with #142C93
Text Example
Text Example
White with #142C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C93; }
p { color: rgb(20,44,147); }
H1.HeaderClassName
{
color: #142C93;
}
.AnyTagClassName
{
color: #142C93;
}
</style>
background-color css
<style>
a { background-color: #142C93; }
a { background-color: rgb(20,44,147); }
div.DivClassName
{
background-color: #142C93;
}
.BgClassName
{
background-color: #142C93;
}
</style>
border-color css
<style>
span { border-color: #142C93; }
span { border-color: rgb(20,44,147); }
td.TdClassName
{
border-color: #142C93;
}
.TagClassName
{
border-color: #142C93;
}
</style>