#142142

Color #142142 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #142142

Tints of Midnight Express #142142

Color information

#142142 (or 0x142142) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 42. RGB value is (20,33,66). Sum of RGB (Red+Green+Blue) = 20+33+66=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #142142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142142 is #EBDEBD. Grayscale: #202020. Windows color (decimal): -15457982 or 4333844. OLE color: 4333844.

HSL color Cylindrical-coordinate representation of color #142142: hue angle of 223.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #142142 is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB203366-
CMYK0.700.500.74
HSL223.04º53.49%16.86%-
HSV(B)223.04º69.7%25.88%-
XYZ1.821.635.37-
YUV32.88146.69118.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 66 (26.17% from 255) = 55.46%
R=16.81%
G=27.73%
B=55.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2033660.700.500.74223.0453.4916.86
Hex142142463204Adf3511
Octal24411021066201123376521
Binary1010010000110000101000110110010010010101101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142142; }

 p { color: rgb(20,33,66); }

 H1.HeaderClassName
 {
   color: #142142;
 }
 .AnyTagClassName
 {
   color: #142142;
 }
</style>
background-color css

<style>
 a { background-color: #142142; }

 a { background-color: rgb(20,33,66); }

 div.DivClassName
 {
   background-color: #142142;
 }
 .BgClassName
 {
   background-color: #142142;
 }
</style>
border-color css

<style>
 span { border-color: #142142; }

 span { border-color: rgb(20,33,66); }

 td.TdClassName
 {
   border-color: #142142;
 }
 .TagClassName
 {
   border-color: #142142;
 }
</style>