#142347

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

Shades of Midnight Express #142347

Tints of Midnight Express #142347

Color information

#142347 (or 0x142347) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 47. RGB value is (20,35,71). Sum of RGB (Red+Green+Blue) = 20+35+71=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #142347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142347 is #EBDCB8. Grayscale: #222222. Windows color (decimal): -15457465 or 4662036. OLE color: 4662036.

HSL color Cylindrical-coordinate representation of color #142347: hue angle of 222.35º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142347 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203571-
CMYK0.720.5100.72
HSL222.35º56.04%17.84%-
HSV(B)222.35º71.83%27.84%-
XYZ2.031.816.2-
YUV34.62148.53117.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=15.87%
G=27.78%
B=56.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2035710.720.5100.72222.3556.0417.84
Hex1423474833048de3812
Octal24431071106301103367022
Binary1010010001110001111001000110011010010001101111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142347; }

 p { color: rgb(20,35,71); }

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

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

 a { background-color: rgb(20,35,71); }

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

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

 span { border-color: rgb(20,35,71); }

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