Html Css Color HEX #142136 Midnight Express

📋 copy color: '#142136'

red 20 ◦ green 33 ◦ blue 54

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

Shades of Midnight Express #142136

Tints of Midnight Express #142136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 18.69%
G = 30.84%
B = 50.47%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#142136 (or 0x142136) is known color: Midnight Express. HEX triplet: 14, 21 and 36. RGB value is (20,33,54). Sum of RGB (Red+Green+Blue) = 20+33+54=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #142136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142136 is #EBDEC9. Grayscale: #1F1F1F. Windows color (decimal): -15457994 or 3547412. OLE color: 3547412.

HSL color Cylindrical-coordinate representation of color #142136: hue angle of 217.06º 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 #142136 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 33 54 -
CMYK 0.63 0.39 0 0.79
HSL 217.06º 0.46% 0.15% -
HSV(B) 217.06º 0.63% 0.21% -
XYZ 1.5 1.5 3.7 -
YUV 31.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 20 33 54 0.63 0.39 0 0.79 217.06 0.46 0.15
Hex 14 21 36 3F 27 0 4F D9 2E F
Octal 24 41 66 77 47 0 117 331 56 17
Binary 10100 100001 110110 111111 100111 0 1001111 11011001 101110 1111

Color Harmonies of #142136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142136

Black with #142136

Text Example


Text Example

White with #142136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142136; }

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

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

background-color css

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

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

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

border-color css

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

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

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