Shades of Egyptian Blue #143F9F
Tints of Egyptian Blue #143F9F
RGB
CMYK
RGB Variations
Color information
#143F9F (or 0x143F9F) is known color: Egyptian Blue. HEX triplet: 14, 3F and 9F. RGB value is (20,63,159). Sum of RGB (Red+Green+Blue) = 20+63+159=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #143F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F9F is #EBC060. Grayscale: #3C3C3C. Windows color (decimal): -15450209 or 10436372. OLE color: 10436372.
HSL color Cylindrical-coordinate representation of color #143F9F: hue angle of 221.44º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143F9F is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 63 | 159 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.38 |
| HSL | 221.44º | 0.78% | 0.35% | - |
| HSV(B) | 221.44º | 0.87% | 0.62% | - |
| XYZ | 8.32 | 6.21 | 33.56 | - |
| YUV | 61.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 159 | 0.87 | 0.60 | 0 | 0.38 | 221.44 | 0.78 | 0.35 |
| Hex | 14 | 3F | 9F | 57 | 3C | 0 | 26 | DD | 4E | 23 |
| Octal | 24 | 77 | 237 | 127 | 74 | 0 | 46 | 335 | 116 | 43 |
| Binary | 10100 | 111111 | 10011111 | 1010111 | 111100 | 0 | 100110 | 11011101 | 1001110 | 100011 |
Color Harmonies of #143F9F
Complementary color
Monochromatic Colors of #143F9F
Black with #143F9F
Text Example
Text Example
White with #143F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F9F; }
p { color: rgb(20,63,159); }
H1.HeaderClassName
{
color: #143F9F;
}
.AnyTagClassName
{
color: #143F9F;
}
</style>
background-color css
<style>
a { background-color: #143F9F; }
a { background-color: rgb(20,63,159); }
div.DivClassName
{
background-color: #143F9F;
}
.BgClassName
{
background-color: #143F9F;
}
</style>
border-color css
<style>
span { border-color: #143F9F; }
span { border-color: rgb(20,63,159); }
td.TdClassName
{
border-color: #143F9F;
}
.TagClassName
{
border-color: #143F9F;
}
</style>