Shades of Egyptian Blue #143496
Tints of Egyptian Blue #143496
RGB
CMYK
RGB Variations
Color information
#143496 (or 0x143496) is known color: Egyptian Blue. HEX triplet: 14, 34 and 96. RGB value is (20,52,150). Sum of RGB (Red+Green+Blue) = 20+52+150=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #143496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143496 is #EBCB69. Grayscale: #353535. Windows color (decimal): -15453034 or 9843732. OLE color: 9843732.
HSL color Cylindrical-coordinate representation of color #143496: hue angle of 225.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143496 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 52 | 150 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.41 |
| HSL | 225.23º | 0.76% | 0.33% | - |
| HSV(B) | 225.23º | 0.87% | 0.59% | - |
| XYZ | 7.02 | 4.81 | 29.41 | - |
| YUV | 53.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 150 | 0.87 | 0.65 | 0 | 0.41 | 225.23 | 0.76 | 0.33 |
| Hex | 14 | 34 | 96 | 57 | 41 | 0 | 29 | E1 | 4C | 21 |
| Octal | 24 | 64 | 226 | 127 | 101 | 0 | 51 | 341 | 114 | 41 |
| Binary | 10100 | 110100 | 10010110 | 1010111 | 1000001 | 0 | 101001 | 11100001 | 1001100 | 100001 |
Color Harmonies of #143496
Complementary color
Monochromatic Colors of #143496
Black with #143496
Text Example
Text Example
White with #143496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143496; }
p { color: rgb(20,52,150); }
H1.HeaderClassName
{
color: #143496;
}
.AnyTagClassName
{
color: #143496;
}
</style>
background-color css
<style>
a { background-color: #143496; }
a { background-color: rgb(20,52,150); }
div.DivClassName
{
background-color: #143496;
}
.BgClassName
{
background-color: #143496;
}
</style>
border-color css
<style>
span { border-color: #143496; }
span { border-color: rgb(20,52,150); }
td.TdClassName
{
border-color: #143496;
}
.TagClassName
{
border-color: #143496;
}
</style>