Shades of Egyptian Blue #142C9A
Tints of Egyptian Blue #142C9A
RGB
CMYK
RGB Variations
Color information
#142C9A (or 0x142C9A) is known color: Egyptian Blue. HEX triplet: 14, 2C and 9A. RGB value is (20,44,154). Sum of RGB (Red+Green+Blue) = 20+44+154=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #142C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C9A is #EBD365. Grayscale: #303030. Windows color (decimal): -15455078 or 10103828. OLE color: 10103828.
HSL color Cylindrical-coordinate representation of color #142C9A: hue angle of 229.25º 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 #142C9A is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 44 | 154 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.40 |
| HSL | 229.25º | 0.77% | 0.34% | - |
| HSV(B) | 229.25º | 0.87% | 0.6% | - |
| XYZ | 7.02 | 4.28 | 31.03 | - |
| YUV | 49.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 154 | 0.87 | 0.71 | 0 | 0.40 | 229.25 | 0.77 | 0.34 |
| Hex | 14 | 2C | 9A | 57 | 47 | 0 | 28 | E5 | 4D | 22 |
| Octal | 24 | 54 | 232 | 127 | 107 | 0 | 50 | 345 | 115 | 42 |
| Binary | 10100 | 101100 | 10011010 | 1010111 | 1000111 | 0 | 101000 | 11100101 | 1001101 | 100010 |
Color Harmonies of #142C9A
Complementary color
Monochromatic Colors of #142C9A
Black with #142C9A
Text Example
Text Example
White with #142C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C9A; }
p { color: rgb(20,44,154); }
H1.HeaderClassName
{
color: #142C9A;
}
.AnyTagClassName
{
color: #142C9A;
}
</style>
background-color css
<style>
a { background-color: #142C9A; }
a { background-color: rgb(20,44,154); }
div.DivClassName
{
background-color: #142C9A;
}
.BgClassName
{
background-color: #142C9A;
}
</style>
border-color css
<style>
span { border-color: #142C9A; }
span { border-color: rgb(20,44,154); }
td.TdClassName
{
border-color: #142C9A;
}
.TagClassName
{
border-color: #142C9A;
}
</style>