#142134

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

Shades of Midnight Express #142134

Tints of Midnight Express #142134

Color information

#142134 (or 0x142134) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 34. RGB value is (20,33,52). Sum of RGB (Red+Green+Blue) = 20+33+52=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #142134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142134 is #EBDECB. Grayscale: #1F1F1F. Windows color (decimal): -15457996 or 3416340. OLE color: 3416340.

HSL color Cylindrical-coordinate representation of color #142134: hue angle of 215.62º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142134 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB203352-
CMYK0.620.3700.80
HSL215.62º44.44%14.12%-
HSV(B)215.62º61.54%20.39%-
XYZ1.451.483.46-
YUV31.28139.69119.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=19.05%
G=31.43%
B=49.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2033520.620.3700.80215.6244.4414.12
Hex1421343E25050d82ce
Octal244164764501203305416
Binary1010010000111010011111010010101010000110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142134; }

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

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

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

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

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

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

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

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