#142446

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

Shades of Midnight Express #142446

Tints of Midnight Express #142446

Color information

#142446 (or 0x142446) is unknown color: approx Midnight Express. HEX triplet: 14, 24 and 46. RGB value is (20,36,70). Sum of RGB (Red+Green+Blue) = 20+36+70=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #142446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142446 is #EBDBB9. Grayscale: #222222. Windows color (decimal): -15457210 or 4596756. OLE color: 4596756.

HSL color Cylindrical-coordinate representation of color #142446: hue angle of 220.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142446 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB203670-
CMYK0.710.4900.73
HSL220.8º55.56%17.65%-
HSV(B)220.8º71.43%27.45%-
XYZ2.021.856.05-
YUV35.09147.7117.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=15.87%
G=28.57%
B=55.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2036700.710.4900.73220.855.5617.65
Hex1424464731049dd3812
Octal24441061076101113357022
Binary1010010010010001101000111110001010010011101110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142446; }

 p { color: rgb(20,36,70); }

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

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

 a { background-color: rgb(20,36,70); }

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

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

 span { border-color: rgb(20,36,70); }

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