Shades of Egyptian Blue #142CB2
Tints of Egyptian Blue #142CB2
RGB
CMYK
RGB Variations
Color information
#142CB2 (or 0x142CB2) is known color: Egyptian Blue. HEX triplet: 14, 2C and B2. RGB value is (20,44,178). Sum of RGB (Red+Green+Blue) = 20+44+178=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 178 (69.92% from 255 or 73.55% from 242); Max value from RGB is 178 - color contains mainly: blue. Hex color #142CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142CB2 is #EBD34D. Grayscale: #333333. Windows color (decimal): -15455054 or 11676692. OLE color: 11676692.
HSL color Cylindrical-coordinate representation of color #142CB2: hue angle of 230.89º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142CB2 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 44 | 178 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.30 |
| HSL | 230.89º | 0.8% | 0.39% | - |
| HSV(B) | 230.89º | 0.89% | 0.7% | - |
| XYZ | 9.23 | 5.16 | 42.63 | - |
| YUV | 52.1 | 199.05 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 178 | 0.89 | 0.75 | 0 | 0.30 | 230.89 | 0.8 | 0.39 |
| Hex | 14 | 2C | B2 | 59 | 4B | 0 | 1E | E7 | 50 | 27 |
| Octal | 24 | 54 | 262 | 131 | 113 | 0 | 36 | 347 | 120 | 47 |
| Binary | 10100 | 101100 | 10110010 | 1011001 | 1001011 | 0 | 11110 | 11100111 | 1010000 | 100111 |
Color Harmonies of #142CB2
Complementary color
Monochromatic Colors of #142CB2
Black with #142CB2
Text Example
Text Example
White with #142CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CB2; }
p { color: rgb(20,44,178); }
H1.HeaderClassName
{
color: #142CB2;
}
.AnyTagClassName
{
color: #142CB2;
}
</style>
background-color css
<style>
a { background-color: #142CB2; }
a { background-color: rgb(20,44,178); }
div.DivClassName
{
background-color: #142CB2;
}
.BgClassName
{
background-color: #142CB2;
}
</style>
border-color css
<style>
span { border-color: #142CB2; }
span { border-color: rgb(20,44,178); }
td.TdClassName
{
border-color: #142CB2;
}
.TagClassName
{
border-color: #142CB2;
}
</style>