#142136

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

Shades of Midnight Express #142136

Tints of Midnight Express #142136

Color information

#142136 (or 0x142136) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 36. RGB value is (20,33,54). Sum of RGB (Red+Green+Blue) = 20+33+54=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #142136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142136 is #EBDEC9. Grayscale: #1F1F1F. Windows color (decimal): -15457994 or 3547412. OLE color: 3547412.

HSL color Cylindrical-coordinate representation of color #142136: hue angle of 217.06º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142136 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB203354-
CMYK0.630.3900.79
HSL217.06º45.95%14.51%-
HSV(B)217.06º62.96%21.18%-
XYZ1.51.53.7-
YUV31.51140.69119.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=18.69%
G=30.84%
B=50.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2033540.630.3900.79217.0645.9514.51
Hex1421363F2704Fd92ef
Octal244166774701173315617
Binary1010010000111011011111110011101001111110110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142136; }

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

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

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

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

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

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

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

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