Shades of Egyptian Blue #142DB0
Tints of Egyptian Blue #142DB0
RGB
CMYK
RGB Variations
Color information
#142DB0 (or 0x142DB0) is known color: Egyptian Blue. HEX triplet: 14, 2D and B0. RGB value is (20,45,176). Sum of RGB (Red+Green+Blue) = 20+45+176=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #142DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142DB0 is #EBD24F. Grayscale: #333333. Windows color (decimal): -15454800 or 11545876. OLE color: 11545876.
HSL color Cylindrical-coordinate representation of color #142DB0: hue angle of 230.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142DB0 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 45 | 176 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.31 |
| HSL | 230.38º | 0.8% | 0.38% | - |
| HSV(B) | 230.38º | 0.89% | 0.69% | - |
| XYZ | 9.06 | 5.16 | 41.59 | - |
| YUV | 52.46 | 197.72 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 176 | 0.89 | 0.74 | 0 | 0.31 | 230.38 | 0.8 | 0.38 |
| Hex | 14 | 2D | B0 | 59 | 4A | 0 | 1F | E6 | 50 | 26 |
| Octal | 24 | 55 | 260 | 131 | 112 | 0 | 37 | 346 | 120 | 46 |
| Binary | 10100 | 101101 | 10110000 | 1011001 | 1001010 | 0 | 11111 | 11100110 | 1010000 | 100110 |
Color Harmonies of #142DB0
Complementary color
Monochromatic Colors of #142DB0
Black with #142DB0
Text Example
Text Example
White with #142DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DB0; }
p { color: rgb(20,45,176); }
H1.HeaderClassName
{
color: #142DB0;
}
.AnyTagClassName
{
color: #142DB0;
}
</style>
background-color css
<style>
a { background-color: #142DB0; }
a { background-color: rgb(20,45,176); }
div.DivClassName
{
background-color: #142DB0;
}
.BgClassName
{
background-color: #142DB0;
}
</style>
border-color css
<style>
span { border-color: #142DB0; }
span { border-color: rgb(20,45,176); }
td.TdClassName
{
border-color: #142DB0;
}
.TagClassName
{
border-color: #142DB0;
}
</style>