Shades of Egyptian Blue #143995
Tints of Egyptian Blue #143995
RGB
CMYK
RGB Variations
Color information
#143995 (or 0x143995) is known color: Egyptian Blue. HEX triplet: 14, 39 and 95. RGB value is (20,57,149). Sum of RGB (Red+Green+Blue) = 20+57+149=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #143995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143995 is #EBC66A. Grayscale: #383838. Windows color (decimal): -15451755 or 9779476. OLE color: 9779476.
HSL color Cylindrical-coordinate representation of color #143995: hue angle of 222.79º 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 #143995 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 57 | 149 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.42 |
| HSL | 222.79º | 0.76% | 0.33% | - |
| HSV(B) | 222.79º | 0.87% | 0.58% | - |
| XYZ | 7.18 | 5.24 | 29.07 | - |
| YUV | 56.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 149 | 0.87 | 0.62 | 0 | 0.42 | 222.79 | 0.76 | 0.33 |
| Hex | 14 | 39 | 95 | 57 | 3E | 0 | 2A | DF | 4C | 21 |
| Octal | 24 | 71 | 225 | 127 | 76 | 0 | 52 | 337 | 114 | 41 |
| Binary | 10100 | 111001 | 10010101 | 1010111 | 111110 | 0 | 101010 | 11011111 | 1001100 | 100001 |
Color Harmonies of #143995
Complementary color
Monochromatic Colors of #143995
Black with #143995
Text Example
Text Example
White with #143995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143995; }
p { color: rgb(20,57,149); }
H1.HeaderClassName
{
color: #143995;
}
.AnyTagClassName
{
color: #143995;
}
</style>
background-color css
<style>
a { background-color: #143995; }
a { background-color: rgb(20,57,149); }
div.DivClassName
{
background-color: #143995;
}
.BgClassName
{
background-color: #143995;
}
</style>
border-color css
<style>
span { border-color: #143995; }
span { border-color: rgb(20,57,149); }
td.TdClassName
{
border-color: #143995;
}
.TagClassName
{
border-color: #143995;
}
</style>