Shades of Egyptian Blue #142C98
Tints of Egyptian Blue #142C98
RGB
CMYK
RGB Variations
Color information
#142C98 (or 0x142C98) is known color: Egyptian Blue. HEX triplet: 14, 2C and 98. RGB value is (20,44,152). Sum of RGB (Red+Green+Blue) = 20+44+152=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #142C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C98 is #EBD367. Grayscale: #303030. Windows color (decimal): -15455080 or 9972756. OLE color: 9972756.
HSL color Cylindrical-coordinate representation of color #142C98: hue angle of 229.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142C98 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 44 | 152 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.40 |
| HSL | 229.09º | 0.77% | 0.34% | - |
| HSV(B) | 229.09º | 0.87% | 0.6% | - |
| XYZ | 6.86 | 4.22 | 30.16 | - |
| YUV | 49.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 152 | 0.87 | 0.71 | 0 | 0.40 | 229.09 | 0.77 | 0.34 |
| Hex | 14 | 2C | 98 | 57 | 47 | 0 | 28 | E5 | 4D | 22 |
| Octal | 24 | 54 | 230 | 127 | 107 | 0 | 50 | 345 | 115 | 42 |
| Binary | 10100 | 101100 | 10011000 | 1010111 | 1000111 | 0 | 101000 | 11100101 | 1001101 | 100010 |
Color Harmonies of #142C98
Complementary color
Monochromatic Colors of #142C98
Black with #142C98
Text Example
Text Example
White with #142C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C98; }
p { color: rgb(20,44,152); }
H1.HeaderClassName
{
color: #142C98;
}
.AnyTagClassName
{
color: #142C98;
}
</style>
background-color css
<style>
a { background-color: #142C98; }
a { background-color: rgb(20,44,152); }
div.DivClassName
{
background-color: #142C98;
}
.BgClassName
{
background-color: #142C98;
}
</style>
border-color css
<style>
span { border-color: #142C98; }
span { border-color: rgb(20,44,152); }
td.TdClassName
{
border-color: #142C98;
}
.TagClassName
{
border-color: #142C98;
}
</style>