Shades of Egyptian Blue #142F8E
Tints of Egyptian Blue #142F8E
RGB
CMYK
RGB Variations
Color information
#142F8E (or 0x142F8E) is known color: Egyptian Blue. HEX triplet: 14, 2F and 8E. RGB value is (20,47,142). Sum of RGB (Red+Green+Blue) = 20+47+142=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #142F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F8E is #EBD071. Grayscale: #313131. Windows color (decimal): -15454322 or 9318164. OLE color: 9318164.
HSL color Cylindrical-coordinate representation of color #142F8E: hue angle of 226.72º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142F8E is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 47 | 142 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.44 |
| HSL | 226.72º | 0.75% | 0.32% | - |
| HSV(B) | 226.72º | 0.86% | 0.56% | - |
| XYZ | 6.19 | 4.13 | 26.06 | - |
| YUV | 49.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 142 | 0.86 | 0.67 | 0 | 0.44 | 226.72 | 0.75 | 0.32 |
| Hex | 14 | 2F | 8E | 56 | 43 | 0 | 2C | E3 | 4B | 20 |
| Octal | 24 | 57 | 216 | 126 | 103 | 0 | 54 | 343 | 113 | 40 |
| Binary | 10100 | 101111 | 10001110 | 1010110 | 1000011 | 0 | 101100 | 11100011 | 1001011 | 100000 |
Color Harmonies of #142F8E
Complementary color
Monochromatic Colors of #142F8E
Black with #142F8E
Text Example
Text Example
White with #142F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F8E; }
p { color: rgb(20,47,142); }
H1.HeaderClassName
{
color: #142F8E;
}
.AnyTagClassName
{
color: #142F8E;
}
</style>
background-color css
<style>
a { background-color: #142F8E; }
a { background-color: rgb(20,47,142); }
div.DivClassName
{
background-color: #142F8E;
}
.BgClassName
{
background-color: #142F8E;
}
</style>
border-color css
<style>
span { border-color: #142F8E; }
span { border-color: rgb(20,47,142); }
td.TdClassName
{
border-color: #142F8E;
}
.TagClassName
{
border-color: #142F8E;
}
</style>