Html Css Color HEX #142036 Midnight Express

📋 copy color: '#142036'

red 20 ◦ green 32 ◦ blue 54

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

Shades of Midnight Express #142036

Tints of Midnight Express #142036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.19%

 BLUE value IS 54 (21.48% from 255) = 50.94%

R = 18.87%
G = 30.19%
B = 50.94%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#142036 (or 0x142036) is known color: Midnight Express. HEX triplet: 14, 20 and 36. RGB value is (20,32,54). Sum of RGB (Red+Green+Blue) = 20+32+54=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #142036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142036 is #EBDFC9. Grayscale: #1E1E1E. Windows color (decimal): -15458250 or 3547156. OLE color: 3547156.

HSL color Cylindrical-coordinate representation of color #142036: hue angle of 218.82º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142036 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 32 54 -
CMYK 0.63 0.41 0 0.79
HSL 218.82º 0.46% 0.15% -
HSV(B) 218.82º 0.63% 0.21% -
XYZ 1.47 1.45 3.69 -
YUV 30.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 20 32 54 0.63 0.41 0 0.79 218.82 0.46 0.15
Hex 14 20 36 3F 29 0 4F DB 2E F
Octal 24 40 66 77 51 0 117 333 56 17
Binary 10100 100000 110110 111111 101001 0 1001111 11011011 101110 1111

Color Harmonies of #142036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142036

Black with #142036

Text Example


Text Example

White with #142036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142036; }

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

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

background-color css

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

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

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

border-color css

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

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

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