Html Css Color HEX #142137 Midnight Express

📋 copy color: '#142137'

red 20 ◦ green 33 ◦ blue 55

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

Shades of Midnight Express #142137

Tints of Midnight Express #142137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 18.52%
G = 30.56%
B = 50.93%

CMYK

 C value IS 0.64

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142137 (or 0x142137) is known color: Midnight Express. HEX triplet: 14, 21 and 37. RGB value is (20,33,55). Sum of RGB (Red+Green+Blue) = 20+33+55=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #142137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142137 is #EBDEC8. Grayscale: #1F1F1F. Windows color (decimal): -15457993 or 3612948. OLE color: 3612948.

HSL color Cylindrical-coordinate representation of color #142137: hue angle of 217.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142137 is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 33 55 -
CMYK 0.64 0.4 0 0.78
HSL 217.71º 0.47% 0.15% -
HSV(B) 217.71º 0.64% 0.22% -
XYZ 1.52 1.51 3.83 -
YUV 31.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 20 33 55 0.64 0.4 0 0.78 217.71 0.47 0.15
Hex 14 21 37 40 28 0 4E DA 2F F
Octal 24 41 67 100 50 0 116 332 57 17
Binary 10100 100001 110111 1000000 101000 0 1001110 11011010 101111 1111

Color Harmonies of #142137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142137

Black with #142137

Text Example


Text Example

White with #142137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142137; }

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

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

background-color css

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

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

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

border-color css

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

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

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