#142039

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

Shades of Midnight Express #142039

Tints of Midnight Express #142039

Color information

#142039 (or 0x142039) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 39. RGB value is (20,32,57). Sum of RGB (Red+Green+Blue) = 20+32+57=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #142039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142039 is #EBDFC6. Grayscale: #1F1F1F. Windows color (decimal): -15458247 or 3743764. OLE color: 3743764.

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

Color convert

RGB203257-
CMYK0.650.4400.78
HSL220.54º48.05%15.1%-
HSV(B)220.54º64.91%22.35%-
XYZ1.541.484.07-
YUV31.26142.52119.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=18.35%
G=29.36%
B=52.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2032570.650.4400.78220.5448.0515.1
Hex142039412C04Edd30f
Octal2440711015401163356017
Binary10100100000111001100000110110001001110110111011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142039; }

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

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

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

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

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

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

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

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