#142239

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

Shades of Midnight Express #142239

Tints of Midnight Express #142239

Color information

#142239 (or 0x142239) is unknown color: approx Midnight Express. HEX triplet: 14, 22 and 39. RGB value is (20,34,57). Sum of RGB (Red+Green+Blue) = 20+34+57=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #142239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142239 is #EBDDC6. Grayscale: #202020. Windows color (decimal): -15457735 or 3744276. OLE color: 3744276.

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

Color convert

RGB203457-
CMYK0.650.4000.78
HSL217.3º48.05%15.1%-
HSV(B)217.3º64.91%22.35%-
XYZ1.61.594.09-
YUV32.44141.86119.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=18.02%
G=30.63%
B=51.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2034570.650.4000.78217.348.0515.1
Hex142239412804Ed930f
Octal2442711015001163316017
Binary10100100010111001100000110100001001110110110011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142239; }

 p { color: rgb(20,34,57); }

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

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

 a { background-color: rgb(20,34,57); }

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

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

 span { border-color: rgb(20,34,57); }

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