Html Css Color HEX #142346 Midnight Express

📋 copy color: '#142346'

red 20 ◦ green 35 ◦ blue 70

#142346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #142346

Tints of Midnight Express #142346

RGB

 RED value IS 20 (8.2% from 255) = 16%

 GREEN value IS 35 (14.06% from 255) = 28%

 BLUE value IS 70 (27.73% from 255) = 56%

R = 16%
G = 28%
B = 56%

CMYK

 C value IS 0.71

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#142346 (or 0x142346) is known color: Midnight Express. HEX triplet: 14, 23 and 46. RGB value is (20,35,70). Sum of RGB (Red+Green+Blue) = 20+35+70=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #142346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142346 is #EBDCB9. Grayscale: #222222. Windows color (decimal): -15457466 or 4596500. OLE color: 4596500.

HSL color Cylindrical-coordinate representation of color #142346: hue angle of 222º 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 #142346 is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 35 70 -
CMYK 0.71 0.5 0 0.73
HSL 222º 0.56% 0.18% -
HSV(B) 222º 0.71% 0.27% -
XYZ 2 1.79 6.04 -
YUV 34.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 20 35 70 0.71 0.5 0 0.73 222 0.56 0.18
Hex 14 23 46 47 32 0 49 DE 38 12
Octal 24 43 106 107 62 0 111 336 70 22
Binary 10100 100011 1000110 1000111 110010 0 1001001 11011110 111000 10010

Color Harmonies of #142346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142346

Black with #142346

Text Example


Text Example

White with #142346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142346; }

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

 H1.HeaderClassName
 {
   color: #142346;
 }
 .AnyTagClassName
 {
   color: #142346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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