Shades of Egyptian Blue #143C9A
Tints of Egyptian Blue #143C9A
RGB
CMYK
RGB Variations
Color information
#143C9A (or 0x143C9A) is known color: Egyptian Blue. HEX triplet: 14, 3C and 9A. RGB value is (20,60,154). Sum of RGB (Red+Green+Blue) = 20+60+154=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #143C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C9A is #EBC365. Grayscale: #3A3A3A. Windows color (decimal): -15450982 or 10107924. OLE color: 10107924.
HSL color Cylindrical-coordinate representation of color #143C9A: hue angle of 222.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143C9A is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 60 | 154 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.40 |
| HSL | 222.09º | 0.77% | 0.34% | - |
| HSV(B) | 222.09º | 0.87% | 0.6% | - |
| XYZ | 7.74 | 5.71 | 31.27 | - |
| YUV | 58.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 154 | 0.87 | 0.61 | 0 | 0.40 | 222.09 | 0.77 | 0.34 |
| Hex | 14 | 3C | 9A | 57 | 3D | 0 | 28 | DE | 4D | 22 |
| Octal | 24 | 74 | 232 | 127 | 75 | 0 | 50 | 336 | 115 | 42 |
| Binary | 10100 | 111100 | 10011010 | 1010111 | 111101 | 0 | 101000 | 11011110 | 1001101 | 100010 |
Color Harmonies of #143C9A
Complementary color
Monochromatic Colors of #143C9A
Black with #143C9A
Text Example
Text Example
White with #143C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C9A; }
p { color: rgb(20,60,154); }
H1.HeaderClassName
{
color: #143C9A;
}
.AnyTagClassName
{
color: #143C9A;
}
</style>
background-color css
<style>
a { background-color: #143C9A; }
a { background-color: rgb(20,60,154); }
div.DivClassName
{
background-color: #143C9A;
}
.BgClassName
{
background-color: #143C9A;
}
</style>
border-color css
<style>
span { border-color: #143C9A; }
span { border-color: rgb(20,60,154); }
td.TdClassName
{
border-color: #143C9A;
}
.TagClassName
{
border-color: #143C9A;
}
</style>