Shades of Egyptian Blue #143DA0
Tints of Egyptian Blue #143DA0
RGB
CMYK
RGB Variations
Color information
#143DA0 (or 0x143DA0) is known color: Egyptian Blue. HEX triplet: 14, 3D and A0. RGB value is (20,61,160). Sum of RGB (Red+Green+Blue) = 20+61+160=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #143DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DA0 is #EBC25F. Grayscale: #3B3B3B. Windows color (decimal): -15450720 or 10501396. OLE color: 10501396.
HSL color Cylindrical-coordinate representation of color #143DA0: hue angle of 222.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143DA0 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 61 | 160 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.37 |
| HSL | 222.43º | 0.78% | 0.35% | - |
| HSV(B) | 222.43º | 0.88% | 0.63% | - |
| XYZ | 8.3 | 6.02 | 33.98 | - |
| YUV | 60.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 160 | 0.88 | 0.62 | 0 | 0.37 | 222.43 | 0.78 | 0.35 |
| Hex | 14 | 3D | A0 | 58 | 3E | 0 | 25 | DE | 4E | 23 |
| Octal | 24 | 75 | 240 | 130 | 76 | 0 | 45 | 336 | 116 | 43 |
| Binary | 10100 | 111101 | 10100000 | 1011000 | 111110 | 0 | 100101 | 11011110 | 1001110 | 100011 |
Color Harmonies of #143DA0
Complementary color
Monochromatic Colors of #143DA0
Black with #143DA0
Text Example
Text Example
White with #143DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DA0; }
p { color: rgb(20,61,160); }
H1.HeaderClassName
{
color: #143DA0;
}
.AnyTagClassName
{
color: #143DA0;
}
</style>
background-color css
<style>
a { background-color: #143DA0; }
a { background-color: rgb(20,61,160); }
div.DivClassName
{
background-color: #143DA0;
}
.BgClassName
{
background-color: #143DA0;
}
</style>
border-color css
<style>
span { border-color: #143DA0; }
span { border-color: rgb(20,61,160); }
td.TdClassName
{
border-color: #143DA0;
}
.TagClassName
{
border-color: #143DA0;
}
</style>