#142138

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

Shades of Midnight Express #142138

Tints of Midnight Express #142138

Color information

#142138 (or 0x142138) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 38. RGB value is (20,33,56). Sum of RGB (Red+Green+Blue) = 20+33+56=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #142138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142138 is #EBDEC7. Grayscale: #1F1F1F. Windows color (decimal): -15457992 or 3678484. OLE color: 3678484.

HSL color Cylindrical-coordinate representation of color #142138: hue angle of 218.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142138 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB203356-
CMYK0.640.4100.78
HSL218.33º47.37%14.9%-
HSV(B)218.33º64.29%21.96%-
XYZ1.551.523.95-
YUV31.74141.69119.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=18.35%
G=30.28%
B=51.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2033560.640.4100.78218.3347.3714.9
Hex142138402904Eda2ff
Octal2441701005101163325717
Binary10100100001111000100000010100101001110110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142138; }

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

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

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

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

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

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

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

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