Shades of Egyptian Blue #143095
Tints of Egyptian Blue #143095
RGB
CMYK
RGB Variations
Color information
#143095 (or 0x143095) is known color: Egyptian Blue. HEX triplet: 14, 30 and 95. RGB value is (20,48,149). Sum of RGB (Red+Green+Blue) = 20+48+149=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #143095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143095 is #EBCF6A. Grayscale: #323232. Windows color (decimal): -15454059 or 9777172. OLE color: 9777172.
HSL color Cylindrical-coordinate representation of color #143095: hue angle of 226.98º 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 #143095 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 48 | 149 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.42 |
| HSL | 226.98º | 0.76% | 0.33% | - |
| HSV(B) | 226.98º | 0.87% | 0.58% | - |
| XYZ | 6.77 | 4.43 | 28.93 | - |
| YUV | 51.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 149 | 0.87 | 0.68 | 0 | 0.42 | 226.98 | 0.76 | 0.33 |
| Hex | 14 | 30 | 95 | 57 | 44 | 0 | 2A | E3 | 4C | 21 |
| Octal | 24 | 60 | 225 | 127 | 104 | 0 | 52 | 343 | 114 | 41 |
| Binary | 10100 | 110000 | 10010101 | 1010111 | 1000100 | 0 | 101010 | 11100011 | 1001100 | 100001 |
Color Harmonies of #143095
Complementary color
Monochromatic Colors of #143095
Black with #143095
Text Example
Text Example
White with #143095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143095; }
p { color: rgb(20,48,149); }
H1.HeaderClassName
{
color: #143095;
}
.AnyTagClassName
{
color: #143095;
}
</style>
background-color css
<style>
a { background-color: #143095; }
a { background-color: rgb(20,48,149); }
div.DivClassName
{
background-color: #143095;
}
.BgClassName
{
background-color: #143095;
}
</style>
border-color css
<style>
span { border-color: #143095; }
span { border-color: rgb(20,48,149); }
td.TdClassName
{
border-color: #143095;
}
.TagClassName
{
border-color: #143095;
}
</style>