Shades of Egyptian Blue #142198
Tints of Egyptian Blue #142198
RGB
CMYK
RGB Variations
Color information
#142198 (or 0x142198) is known color: Egyptian Blue. HEX triplet: 14, 21 and 98. RGB value is (20,33,152). Sum of RGB (Red+Green+Blue) = 20+33+152=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #142198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142198 is #EBDE67. Grayscale: #2A2A2A. Windows color (decimal): -15457896 or 9969940. OLE color: 9969940.
HSL color Cylindrical-coordinate representation of color #142198: hue angle of 234.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 #142198 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 33 | 152 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.40 |
| HSL | 234.09º | 0.77% | 0.34% | - |
| HSV(B) | 234.09º | 0.87% | 0.6% | - |
| XYZ | 6.5 | 3.5 | 30.04 | - |
| YUV | 42.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 152 | 0.87 | 0.78 | 0 | 0.40 | 234.09 | 0.77 | 0.34 |
| Hex | 14 | 21 | 98 | 57 | 4E | 0 | 28 | EA | 4D | 22 |
| Octal | 24 | 41 | 230 | 127 | 116 | 0 | 50 | 352 | 115 | 42 |
| Binary | 10100 | 100001 | 10011000 | 1010111 | 1001110 | 0 | 101000 | 11101010 | 1001101 | 100010 |
Color Harmonies of #142198
Complementary color
Monochromatic Colors of #142198
Black with #142198
Text Example
Text Example
White with #142198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142198; }
p { color: rgb(20,33,152); }
H1.HeaderClassName
{
color: #142198;
}
.AnyTagClassName
{
color: #142198;
}
</style>
background-color css
<style>
a { background-color: #142198; }
a { background-color: rgb(20,33,152); }
div.DivClassName
{
background-color: #142198;
}
.BgClassName
{
background-color: #142198;
}
</style>
border-color css
<style>
span { border-color: #142198; }
span { border-color: rgb(20,33,152); }
td.TdClassName
{
border-color: #142198;
}
.TagClassName
{
border-color: #142198;
}
</style>