Shades of Egyptian Blue #143BAD
Tints of Egyptian Blue #143BAD
RGB
CMYK
RGB Variations
Color information
#143BAD (or 0x143BAD) is known color: Egyptian Blue. HEX triplet: 14, 3B and AD. RGB value is (20,59,173). Sum of RGB (Red+Green+Blue) = 20+59+173=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #143BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BAD is #EBC452. Grayscale: #3B3B3B. Windows color (decimal): -15451219 or 11352852. OLE color: 11352852.
HSL color Cylindrical-coordinate representation of color #143BAD: hue angle of 224.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143BAD is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 59 | 173 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.32 |
| HSL | 224.71º | 0.79% | 0.38% | - |
| HSV(B) | 224.71º | 0.88% | 0.68% | - |
| XYZ | 9.4 | 6.29 | 40.25 | - |
| YUV | 60.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 173 | 0.88 | 0.66 | 0 | 0.32 | 224.71 | 0.79 | 0.38 |
| Hex | 14 | 3B | AD | 58 | 42 | 0 | 20 | E1 | 4F | 26 |
| Octal | 24 | 73 | 255 | 130 | 102 | 0 | 40 | 341 | 117 | 46 |
| Binary | 10100 | 111011 | 10101101 | 1011000 | 1000010 | 0 | 100000 | 11100001 | 1001111 | 100110 |
Color Harmonies of #143BAD
Complementary color
Monochromatic Colors of #143BAD
Black with #143BAD
Text Example
Text Example
White with #143BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BAD; }
p { color: rgb(20,59,173); }
H1.HeaderClassName
{
color: #143BAD;
}
.AnyTagClassName
{
color: #143BAD;
}
</style>
background-color css
<style>
a { background-color: #143BAD; }
a { background-color: rgb(20,59,173); }
div.DivClassName
{
background-color: #143BAD;
}
.BgClassName
{
background-color: #143BAD;
}
</style>
border-color css
<style>
span { border-color: #143BAD; }
span { border-color: rgb(20,59,173); }
td.TdClassName
{
border-color: #143BAD;
}
.TagClassName
{
border-color: #143BAD;
}
</style>