#142047

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

Shades of Midnight Express #142047

Tints of Midnight Express #142047

Color information

#142047 (or 0x142047) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 47. RGB value is (20,32,71). Sum of RGB (Red+Green+Blue) = 20+32+71=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #142047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142047 is #EBDFB8. Grayscale: #202020. Windows color (decimal): -15458233 or 4661268. OLE color: 4661268.

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

Color convert

RGB203271-
CMYK0.720.5500.72
HSL225.88º56.04%17.84%-
HSV(B)225.88º71.83%27.84%-
XYZ1.941.646.17-
YUV32.86149.52118.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=16.26%
G=26.02%
B=57.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2032710.720.5500.72225.8856.0417.84
Hex1420474837048e23812
Octal24401071106701103427022
Binary1010010000010001111001000110111010010001110001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142047; }

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

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

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

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

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

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

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

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