Shades of Egyptian Blue #143D95
Tints of Egyptian Blue #143D95
RGB
CMYK
RGB Variations
Color information
#143D95 (or 0x143D95) is known color: Egyptian Blue. HEX triplet: 14, 3D and 95. RGB value is (20,61,149). Sum of RGB (Red+Green+Blue) = 20+61+149=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #143D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D95 is #EBC26A. Grayscale: #3A3A3A. Windows color (decimal): -15450731 or 9780500. OLE color: 9780500.
HSL color Cylindrical-coordinate representation of color #143D95: hue angle of 220.93º 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 #143D95 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 61 | 149 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.42 |
| HSL | 220.93º | 0.76% | 0.33% | - |
| HSV(B) | 220.93º | 0.87% | 0.58% | - |
| XYZ | 7.38 | 5.66 | 29.14 | - |
| YUV | 58.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 149 | 0.87 | 0.59 | 0 | 0.42 | 220.93 | 0.76 | 0.33 |
| Hex | 14 | 3D | 95 | 57 | 3B | 0 | 2A | DD | 4C | 21 |
| Octal | 24 | 75 | 225 | 127 | 73 | 0 | 52 | 335 | 114 | 41 |
| Binary | 10100 | 111101 | 10010101 | 1010111 | 111011 | 0 | 101010 | 11011101 | 1001100 | 100001 |
Color Harmonies of #143D95
Complementary color
Monochromatic Colors of #143D95
Black with #143D95
Text Example
Text Example
White with #143D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D95; }
p { color: rgb(20,61,149); }
H1.HeaderClassName
{
color: #143D95;
}
.AnyTagClassName
{
color: #143D95;
}
</style>
background-color css
<style>
a { background-color: #143D95; }
a { background-color: rgb(20,61,149); }
div.DivClassName
{
background-color: #143D95;
}
.BgClassName
{
background-color: #143D95;
}
</style>
border-color css
<style>
span { border-color: #143D95; }
span { border-color: rgb(20,61,149); }
td.TdClassName
{
border-color: #143D95;
}
.TagClassName
{
border-color: #143D95;
}
</style>