Shades of Egyptian Blue #143CAA
Tints of Egyptian Blue #143CAA
RGB
CMYK
RGB Variations
Color information
#143CAA (or 0x143CAA) is known color: Egyptian Blue. HEX triplet: 14, 3C and AA. RGB value is (20,60,170). Sum of RGB (Red+Green+Blue) = 20+60+170=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #143CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143CAA is #EBC355. Grayscale: #3C3C3C. Windows color (decimal): -15450966 or 11156500. OLE color: 11156500.
HSL color Cylindrical-coordinate representation of color #143CAA: hue angle of 224º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143CAA is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 60 | 170 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.33 |
| HSL | 224º | 0.79% | 0.37% | - |
| HSV(B) | 224º | 0.88% | 0.67% | - |
| XYZ | 9.16 | 6.28 | 38.76 | - |
| YUV | 60.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 170 | 0.88 | 0.65 | 0 | 0.33 | 224 | 0.79 | 0.37 |
| Hex | 14 | 3C | AA | 58 | 41 | 0 | 21 | E0 | 4F | 25 |
| Octal | 24 | 74 | 252 | 130 | 101 | 0 | 41 | 340 | 117 | 45 |
| Binary | 10100 | 111100 | 10101010 | 1011000 | 1000001 | 0 | 100001 | 11100000 | 1001111 | 100101 |
Color Harmonies of #143CAA
Complementary color
Monochromatic Colors of #143CAA
Black with #143CAA
Text Example
Text Example
White with #143CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CAA; }
p { color: rgb(20,60,170); }
H1.HeaderClassName
{
color: #143CAA;
}
.AnyTagClassName
{
color: #143CAA;
}
</style>
background-color css
<style>
a { background-color: #143CAA; }
a { background-color: rgb(20,60,170); }
div.DivClassName
{
background-color: #143CAA;
}
.BgClassName
{
background-color: #143CAA;
}
</style>
border-color css
<style>
span { border-color: #143CAA; }
span { border-color: rgb(20,60,170); }
td.TdClassName
{
border-color: #143CAA;
}
.TagClassName
{
border-color: #143CAA;
}
</style>