Shades of Egyptian Blue #143BA2
Tints of Egyptian Blue #143BA2
RGB
CMYK
RGB Variations
Color information
#143BA2 (or 0x143BA2) is known color: Egyptian Blue. HEX triplet: 14, 3B and A2. RGB value is (20,59,162). Sum of RGB (Red+Green+Blue) = 20+59+162=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #143BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BA2 is #EBC45D. Grayscale: #3A3A3A. Windows color (decimal): -15451230 or 10631956. OLE color: 10631956.
HSL color Cylindrical-coordinate representation of color #143BA2: hue angle of 223.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143BA2 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 59 | 162 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.36 |
| HSL | 223.52º | 0.78% | 0.36% | - |
| HSV(B) | 223.52º | 0.88% | 0.64% | - |
| XYZ | 8.37 | 5.89 | 34.88 | - |
| YUV | 59.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 162 | 0.88 | 0.64 | 0 | 0.36 | 223.52 | 0.78 | 0.36 |
| Hex | 14 | 3B | A2 | 58 | 40 | 0 | 24 | E0 | 4E | 24 |
| Octal | 24 | 73 | 242 | 130 | 100 | 0 | 44 | 340 | 116 | 44 |
| Binary | 10100 | 111011 | 10100010 | 1011000 | 1000000 | 0 | 100100 | 11100000 | 1001110 | 100100 |
Color Harmonies of #143BA2
Complementary color
Monochromatic Colors of #143BA2
Black with #143BA2
Text Example
Text Example
White with #143BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BA2; }
p { color: rgb(20,59,162); }
H1.HeaderClassName
{
color: #143BA2;
}
.AnyTagClassName
{
color: #143BA2;
}
</style>
background-color css
<style>
a { background-color: #143BA2; }
a { background-color: rgb(20,59,162); }
div.DivClassName
{
background-color: #143BA2;
}
.BgClassName
{
background-color: #143BA2;
}
</style>
border-color css
<style>
span { border-color: #143BA2; }
span { border-color: rgb(20,59,162); }
td.TdClassName
{
border-color: #143BA2;
}
.TagClassName
{
border-color: #143BA2;
}
</style>