Shades of Egyptian Blue #143CAC
Tints of Egyptian Blue #143CAC
RGB
CMYK
RGB Variations
Color information
#143CAC (or 0x143CAC) is known color: Egyptian Blue. HEX triplet: 14, 3C and AC. RGB value is (20,60,172). Sum of RGB (Red+Green+Blue) = 20+60+172=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #143CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143CAC is #EBC353. Grayscale: #3C3C3C. Windows color (decimal): -15450964 or 11287572. OLE color: 11287572.
HSL color Cylindrical-coordinate representation of color #143CAC: hue angle of 224.21º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143CAC is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 60 | 172 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.33 |
| HSL | 224.21º | 0.79% | 0.38% | - |
| HSV(B) | 224.21º | 0.88% | 0.67% | - |
| XYZ | 9.35 | 6.36 | 39.76 | - |
| YUV | 60.81 | 190.75 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 172 | 0.88 | 0.65 | 0 | 0.33 | 224.21 | 0.79 | 0.38 |
| Hex | 14 | 3C | AC | 58 | 41 | 0 | 21 | E0 | 4F | 26 |
| Octal | 24 | 74 | 254 | 130 | 101 | 0 | 41 | 340 | 117 | 46 |
| Binary | 10100 | 111100 | 10101100 | 1011000 | 1000001 | 0 | 100001 | 11100000 | 1001111 | 100110 |
Color Harmonies of #143CAC
Complementary color
Monochromatic Colors of #143CAC
Black with #143CAC
Text Example
Text Example
White with #143CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CAC; }
p { color: rgb(20,60,172); }
H1.HeaderClassName
{
color: #143CAC;
}
.AnyTagClassName
{
color: #143CAC;
}
</style>
background-color css
<style>
a { background-color: #143CAC; }
a { background-color: rgb(20,60,172); }
div.DivClassName
{
background-color: #143CAC;
}
.BgClassName
{
background-color: #143CAC;
}
</style>
border-color css
<style>
span { border-color: #143CAC; }
span { border-color: rgb(20,60,172); }
td.TdClassName
{
border-color: #143CAC;
}
.TagClassName
{
border-color: #143CAC;
}
</style>