#142237

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

Shades of Midnight Express #142237

Tints of Midnight Express #142237

Color information

#142237 (or 0x142237) is unknown color: approx Midnight Express. HEX triplet: 14, 22 and 37. RGB value is (20,34,55). Sum of RGB (Red+Green+Blue) = 20+34+55=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #142237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142237 is #EBDDC8. Grayscale: #202020. Windows color (decimal): -15457737 or 3613204. OLE color: 3613204.

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

Color convert

RGB203455-
CMYK0.640.3800.78
HSL216º46.67%14.71%-
HSV(B)216º63.64%21.57%-
XYZ1.551.573.84-
YUV32.21140.86119.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=18.35%
G=31.19%
B=50.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2034550.640.3800.7821646.6714.71
Hex142237402604Ed82ff
Octal2442671004601163305717
Binary10100100010110111100000010011001001110110110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142237; }

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

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

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

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

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

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

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

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