Shades of Egyptian Blue #143C95
Tints of Egyptian Blue #143C95
RGB
CMYK
RGB Variations
Color information
#143C95 (or 0x143C95) is known color: Egyptian Blue. HEX triplet: 14, 3C and 95. RGB value is (20,60,149). Sum of RGB (Red+Green+Blue) = 20+60+149=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #143C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C95 is #EBC36A. Grayscale: #393939. Windows color (decimal): -15450987 or 9780244. OLE color: 9780244.
HSL color Cylindrical-coordinate representation of color #143C95: hue angle of 221.4º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143C95 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 60 | 149 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.42 |
| HSL | 221.4º | 0.76% | 0.33% | - |
| HSV(B) | 221.4º | 0.87% | 0.58% | - |
| XYZ | 7.33 | 5.55 | 29.12 | - |
| YUV | 58.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 149 | 0.87 | 0.60 | 0 | 0.42 | 221.4 | 0.76 | 0.33 |
| Hex | 14 | 3C | 95 | 57 | 3C | 0 | 2A | DD | 4C | 21 |
| Octal | 24 | 74 | 225 | 127 | 74 | 0 | 52 | 335 | 114 | 41 |
| Binary | 10100 | 111100 | 10010101 | 1010111 | 111100 | 0 | 101010 | 11011101 | 1001100 | 100001 |
Color Harmonies of #143C95
Complementary color
Monochromatic Colors of #143C95
Black with #143C95
Text Example
Text Example
White with #143C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C95; }
p { color: rgb(20,60,149); }
H1.HeaderClassName
{
color: #143C95;
}
.AnyTagClassName
{
color: #143C95;
}
</style>
background-color css
<style>
a { background-color: #143C95; }
a { background-color: rgb(20,60,149); }
div.DivClassName
{
background-color: #143C95;
}
.BgClassName
{
background-color: #143C95;
}
</style>
border-color css
<style>
span { border-color: #143C95; }
span { border-color: rgb(20,60,149); }
td.TdClassName
{
border-color: #143C95;
}
.TagClassName
{
border-color: #143C95;
}
</style>