Shades of Egyptian Blue #142FA8
Tints of Egyptian Blue #142FA8
RGB
CMYK
RGB Variations
Color information
#142FA8 (or 0x142FA8) is known color: Egyptian Blue. HEX triplet: 14, 2F and A8. RGB value is (20,47,168). Sum of RGB (Red+Green+Blue) = 20+47+168=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 168 (66.02% from 255 or 71.49% from 235); Max value from RGB is 168 - color contains mainly: blue. Hex color #142FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142FA8 is #EBD057. Grayscale: #343434. Windows color (decimal): -15454296 or 11022100. OLE color: 11022100.
HSL color Cylindrical-coordinate representation of color #142FA8: hue angle of 229.05º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142FA8 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 47 | 168 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.34 |
| HSL | 229.05º | 0.79% | 0.37% | - |
| HSV(B) | 229.05º | 0.88% | 0.66% | - |
| XYZ | 8.37 | 5.01 | 37.57 | - |
| YUV | 52.72 | 193.05 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 168 | 0.88 | 0.72 | 0 | 0.34 | 229.05 | 0.79 | 0.37 |
| Hex | 14 | 2F | A8 | 58 | 48 | 0 | 22 | E5 | 4F | 25 |
| Octal | 24 | 57 | 250 | 130 | 110 | 0 | 42 | 345 | 117 | 45 |
| Binary | 10100 | 101111 | 10101000 | 1011000 | 1001000 | 0 | 100010 | 11100101 | 1001111 | 100101 |
Color Harmonies of #142FA8
Complementary color
Monochromatic Colors of #142FA8
Black with #142FA8
Text Example
Text Example
White with #142FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142FA8; }
p { color: rgb(20,47,168); }
H1.HeaderClassName
{
color: #142FA8;
}
.AnyTagClassName
{
color: #142FA8;
}
</style>
background-color css
<style>
a { background-color: #142FA8; }
a { background-color: rgb(20,47,168); }
div.DivClassName
{
background-color: #142FA8;
}
.BgClassName
{
background-color: #142FA8;
}
</style>
border-color css
<style>
span { border-color: #142FA8; }
span { border-color: rgb(20,47,168); }
td.TdClassName
{
border-color: #142FA8;
}
.TagClassName
{
border-color: #142FA8;
}
</style>