#142348

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

Shades of Midnight Express #142348

Tints of Midnight Express #142348

Color information

#142348 (or 0x142348) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 48. RGB value is (20,35,72). Sum of RGB (Red+Green+Blue) = 20+35+72=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #142348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142348 is #EBDCB7. Grayscale: #222222. Windows color (decimal): -15457464 or 4727572. OLE color: 4727572.

HSL color Cylindrical-coordinate representation of color #142348: hue angle of 222.69º degrees, saturation: 0.57, 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 #142348 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203572-
CMYK0.720.5100.72
HSL222.69º56.52%18.04%-
HSV(B)222.69º72.22%28.24%-
XYZ2.061.826.37-
YUV34.73149.03117.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 72 (28.52% from 255) = 56.69%
R=15.75%
G=27.56%
B=56.69%

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
Decimal2035720.720.5100.72222.6956.5218.04
Hex1423484833048df3912
Octal24431101106301103377122
Binary1010010001110010001001000110011010010001101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142348; }

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

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

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

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

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

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

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

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