Html Css Color HEX #141737 Midnight Express

📋 copy color: '#141737'

red 20 ◦ green 23 ◦ blue 55

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

Shades of Midnight Express #141737

Tints of Midnight Express #141737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.47%

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

R = 20.41%
G = 23.47%
B = 56.12%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141737 (or 0x141737) is known color: Midnight Express. HEX triplet: 14, 17 and 37. RGB value is (20,23,55). Sum of RGB (Red+Green+Blue) = 20+23+55=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #141737 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141737 is #EBE8C8. Grayscale: #191919. Windows color (decimal): -15460553 or 3610388. OLE color: 3610388.

HSL color Cylindrical-coordinate representation of color #141737: hue angle of 234.86º 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 #141737 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 23 55 -
CMYK 0.64 0.58 0 0.78
HSL 234.86º 0.47% 0.15% -
HSV(B) 234.86º 0.64% 0.22% -
XYZ 1.28 1.04 3.75 -
YUV 25.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 20 23 55 0.64 0.58 0 0.78 234.86 0.47 0.15
Hex 14 17 37 40 3A 0 4E EB 2F F
Octal 24 27 67 100 72 0 116 353 57 17
Binary 10100 10111 110111 1000000 111010 0 1001110 11101011 101111 1111

Color Harmonies of #141737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141737

Black with #141737

Text Example


Text Example

White with #141737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141737; }

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

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

background-color css

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

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

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

border-color css

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

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

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