Html Css Color HEX #141837 Midnight Express

📋 copy color: '#141837'

red 20 ◦ green 24 ◦ blue 55

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

Shades of Midnight Express #141837

Tints of Midnight Express #141837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.24%

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

R = 20.2%
G = 24.24%
B = 55.56%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141837 (or 0x141837) is known color: Midnight Express. HEX triplet: 14, 18 and 37. RGB value is (20,24,55). Sum of RGB (Red+Green+Blue) = 20+24+55=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #141837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141837 is #EBE7C8. Grayscale: #1A1A1A. Windows color (decimal): -15460297 or 3610644. OLE color: 3610644.

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

Color convert

RGB 20 24 55 -
CMYK 0.64 0.56 0 0.78
HSL 233.14º 0.47% 0.15% -
HSV(B) 233.14º 0.64% 0.22% -
XYZ 1.3 1.08 3.75 -
YUV 26.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 20 24 55 0.64 0.56 0 0.78 233.14 0.47 0.15
Hex 14 18 37 40 38 0 4E E9 2F F
Octal 24 30 67 100 70 0 116 351 57 17
Binary 10100 11000 110111 1000000 111000 0 1001110 11101001 101111 1111

Color Harmonies of #141837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141837

Black with #141837

Text Example


Text Example

White with #141837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141837; }

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

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

background-color css

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

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

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

border-color css

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

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

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