Shades of Egyptian Blue #143BAC
Tints of Egyptian Blue #143BAC
RGB
CMYK
RGB Variations
Color information
#143BAC (or 0x143BAC) is known color: Egyptian Blue. HEX triplet: 14, 3B and AC. RGB value is (20,59,172). Sum of RGB (Red+Green+Blue) = 20+59+172=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #143BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BAC is #EBC453. Grayscale: #3B3B3B. Windows color (decimal): -15451220 or 11287316. OLE color: 11287316.
HSL color Cylindrical-coordinate representation of color #143BAC: hue angle of 224.61º 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 #143BAC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 59 | 172 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.33 |
| HSL | 224.61º | 0.79% | 0.38% | - |
| HSV(B) | 224.61º | 0.88% | 0.67% | - |
| XYZ | 9.3 | 6.26 | 39.75 | - |
| YUV | 60.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 172 | 0.88 | 0.66 | 0 | 0.33 | 224.61 | 0.79 | 0.38 |
| Hex | 14 | 3B | AC | 58 | 42 | 0 | 21 | E1 | 4F | 26 |
| Octal | 24 | 73 | 254 | 130 | 102 | 0 | 41 | 341 | 117 | 46 |
| Binary | 10100 | 111011 | 10101100 | 1011000 | 1000010 | 0 | 100001 | 11100001 | 1001111 | 100110 |
Color Harmonies of #143BAC
Complementary color
Monochromatic Colors of #143BAC
Black with #143BAC
Text Example
Text Example
White with #143BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BAC; }
p { color: rgb(20,59,172); }
H1.HeaderClassName
{
color: #143BAC;
}
.AnyTagClassName
{
color: #143BAC;
}
</style>
background-color css
<style>
a { background-color: #143BAC; }
a { background-color: rgb(20,59,172); }
div.DivClassName
{
background-color: #143BAC;
}
.BgClassName
{
background-color: #143BAC;
}
</style>
border-color css
<style>
span { border-color: #143BAC; }
span { border-color: rgb(20,59,172); }
td.TdClassName
{
border-color: #143BAC;
}
.TagClassName
{
border-color: #143BAC;
}
</style>