#142647

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

Shades of Midnight Express #142647

Tints of Midnight Express #142647

Color information

#142647 (or 0x142647) is unknown color: approx Midnight Express. HEX triplet: 14, 26 and 47. RGB value is (20,38,71). Sum of RGB (Red+Green+Blue) = 20+38+71=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #142647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142647 is #EBD9B8. Grayscale: #242424. Windows color (decimal): -15456697 or 4662804. OLE color: 4662804.

HSL color Cylindrical-coordinate representation of color #142647: hue angle of 218.82º 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 #142647 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203871-
CMYK0.720.4600.72
HSL218.82º56.04%17.84%-
HSV(B)218.82º71.83%27.84%-
XYZ2.121.996.23-
YUV36.38147.54116.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=15.50%
G=29.46%
B=55.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2038710.720.4600.72218.8256.0417.84
Hex142647482E048db3812
Octal24461071105601103337022
Binary1010010011010001111001000101110010010001101101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142647; }

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

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

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

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

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

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

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

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