Shades of Egyptian Blue #142DB2
Tints of Egyptian Blue #142DB2
RGB
CMYK
RGB Variations
Color information
#142DB2 (or 0x142DB2) is known color: Egyptian Blue. HEX triplet: 14, 2D and B2. RGB value is (20,45,178). Sum of RGB (Red+Green+Blue) = 20+45+178=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 178 (69.92% from 255 or 73.25% from 243); Max value from RGB is 178 - color contains mainly: blue. Hex color #142DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142DB2 is #EBD24D. Grayscale: #343434. Windows color (decimal): -15454798 or 11676948. OLE color: 11676948.
HSL color Cylindrical-coordinate representation of color #142DB2: hue angle of 230.51º 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 #142DB2 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 45 | 178 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.30 |
| HSL | 230.51º | 0.8% | 0.39% | - |
| HSV(B) | 230.51º | 0.89% | 0.7% | - |
| XYZ | 9.26 | 5.24 | 42.64 | - |
| YUV | 52.69 | 198.72 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 178 | 0.89 | 0.75 | 0 | 0.30 | 230.51 | 0.8 | 0.39 |
| Hex | 14 | 2D | B2 | 59 | 4B | 0 | 1E | E7 | 50 | 27 |
| Octal | 24 | 55 | 262 | 131 | 113 | 0 | 36 | 347 | 120 | 47 |
| Binary | 10100 | 101101 | 10110010 | 1011001 | 1001011 | 0 | 11110 | 11100111 | 1010000 | 100111 |
Color Harmonies of #142DB2
Complementary color
Monochromatic Colors of #142DB2
Black with #142DB2
Text Example
Text Example
White with #142DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DB2; }
p { color: rgb(20,45,178); }
H1.HeaderClassName
{
color: #142DB2;
}
.AnyTagClassName
{
color: #142DB2;
}
</style>
background-color css
<style>
a { background-color: #142DB2; }
a { background-color: rgb(20,45,178); }
div.DivClassName
{
background-color: #142DB2;
}
.BgClassName
{
background-color: #142DB2;
}
</style>
border-color css
<style>
span { border-color: #142DB2; }
span { border-color: rgb(20,45,178); }
td.TdClassName
{
border-color: #142DB2;
}
.TagClassName
{
border-color: #142DB2;
}
</style>