Shades of Egyptian Blue #143D94
Tints of Egyptian Blue #143D94
RGB
CMYK
RGB Variations
Color information
#143D94 (or 0x143D94) is known color: Egyptian Blue. HEX triplet: 14, 3D and 94. RGB value is (20,61,148). Sum of RGB (Red+Green+Blue) = 20+61+148=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #143D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D94 is #EBC26B. Grayscale: #3A3A3A. Windows color (decimal): -15450732 or 9714964. OLE color: 9714964.
HSL color Cylindrical-coordinate representation of color #143D94: hue angle of 220.78º 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 #143D94 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 61 | 148 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.42 |
| HSL | 220.78º | 0.76% | 0.33% | - |
| HSV(B) | 220.78º | 0.86% | 0.58% | - |
| XYZ | 7.3 | 5.62 | 28.72 | - |
| YUV | 58.66 | 178.42 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 148 | 0.86 | 0.59 | 0 | 0.42 | 220.78 | 0.76 | 0.33 |
| Hex | 14 | 3D | 94 | 56 | 3B | 0 | 2A | DD | 4C | 21 |
| Octal | 24 | 75 | 224 | 126 | 73 | 0 | 52 | 335 | 114 | 41 |
| Binary | 10100 | 111101 | 10010100 | 1010110 | 111011 | 0 | 101010 | 11011101 | 1001100 | 100001 |
Color Harmonies of #143D94
Complementary color
Monochromatic Colors of #143D94
Black with #143D94
Text Example
Text Example
White with #143D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D94; }
p { color: rgb(20,61,148); }
H1.HeaderClassName
{
color: #143D94;
}
.AnyTagClassName
{
color: #143D94;
}
</style>
background-color css
<style>
a { background-color: #143D94; }
a { background-color: rgb(20,61,148); }
div.DivClassName
{
background-color: #143D94;
}
.BgClassName
{
background-color: #143D94;
}
</style>
border-color css
<style>
span { border-color: #143D94; }
span { border-color: rgb(20,61,148); }
td.TdClassName
{
border-color: #143D94;
}
.TagClassName
{
border-color: #143D94;
}
</style>