#142542

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

Shades of Midnight Express #142542

Tints of Midnight Express #142542

Color information

#142542 (or 0x142542) is unknown color: approx Midnight Express. HEX triplet: 14, 25 and 42. RGB value is (20,37,66). Sum of RGB (Red+Green+Blue) = 20+37+66=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #142542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142542 is #EBDABD. Grayscale: #232323. Windows color (decimal): -15456958 or 4334868. OLE color: 4334868.

HSL color Cylindrical-coordinate representation of color #142542: hue angle of 217.83º 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 #142542 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB203766-
CMYK0.700.4400.74
HSL217.83º53.49%16.86%-
HSV(B)217.83º69.7%25.88%-
XYZ1.931.875.41-
YUV35.22145.37117.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=16.26%
G=30.08%
B=53.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2037660.700.4400.74217.8353.4916.86
Hex142542462C04Ada3511
Octal24451021065401123326521
Binary1010010010110000101000110101100010010101101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142542; }

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

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

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

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

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

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

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

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