Shades of Egyptian Blue #143AA4
Tints of Egyptian Blue #143AA4
RGB
CMYK
RGB Variations
Color information
#143AA4 (or 0x143AA4) is known color: Egyptian Blue. HEX triplet: 14, 3A and A4. RGB value is (20,58,164). Sum of RGB (Red+Green+Blue) = 20+58+164=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #143AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AA4 is #EBC55B. Grayscale: #3A3A3A. Windows color (decimal): -15451484 or 10762772. OLE color: 10762772.
HSL color Cylindrical-coordinate representation of color #143AA4: hue angle of 224.17º 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 #143AA4 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 58 | 164 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.36 |
| HSL | 224.17º | 0.78% | 0.36% | - |
| HSV(B) | 224.17º | 0.88% | 0.64% | - |
| XYZ | 8.5 | 5.86 | 35.8 | - |
| YUV | 58.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 164 | 0.88 | 0.65 | 0 | 0.36 | 224.17 | 0.78 | 0.36 |
| Hex | 14 | 3A | A4 | 58 | 41 | 0 | 24 | E0 | 4E | 24 |
| Octal | 24 | 72 | 244 | 130 | 101 | 0 | 44 | 340 | 116 | 44 |
| Binary | 10100 | 111010 | 10100100 | 1011000 | 1000001 | 0 | 100100 | 11100000 | 1001110 | 100100 |
Color Harmonies of #143AA4
Complementary color
Monochromatic Colors of #143AA4
Black with #143AA4
Text Example
Text Example
White with #143AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AA4; }
p { color: rgb(20,58,164); }
H1.HeaderClassName
{
color: #143AA4;
}
.AnyTagClassName
{
color: #143AA4;
}
</style>
background-color css
<style>
a { background-color: #143AA4; }
a { background-color: rgb(20,58,164); }
div.DivClassName
{
background-color: #143AA4;
}
.BgClassName
{
background-color: #143AA4;
}
</style>
border-color css
<style>
span { border-color: #143AA4; }
span { border-color: rgb(20,58,164); }
td.TdClassName
{
border-color: #143AA4;
}
.TagClassName
{
border-color: #143AA4;
}
</style>