Html Css Color HEX #141A31 Midnight Express

📋 copy color: '#141A31'

red 20 ◦ green 26 ◦ blue 49

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

Shades of Midnight Express #141A31

Tints of Midnight Express #141A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.37%

 BLUE value IS 49 (19.53% from 255) = 51.58%

R = 21.05%
G = 27.37%
B = 51.58%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141A31 (or 0x141A31) is known color: Midnight Express. HEX triplet: 14, 1A and 31. RGB value is (20,26,49). Sum of RGB (Red+Green+Blue) = 20+26+49=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #141A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A31 is #EBE5CE. Grayscale: #1A1A1A. Windows color (decimal): -15459791 or 3217940. OLE color: 3217940.

HSL color Cylindrical-coordinate representation of color #141A31: hue angle of 227.59º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141A31 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 26 49 -
CMYK 0.59 0.47 0 0.81
HSL 227.59º 0.42% 0.14% -
HSV(B) 227.59º 0.59% 0.19% -
XYZ 1.21 1.11 3.06 -
YUV 26.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 20 26 49 0.59 0.47 0 0.81 227.59 0.42 0.14
Hex 14 1A 31 3B 2F 0 51 E4 2A E
Octal 24 32 61 73 57 0 121 344 52 16
Binary 10100 11010 110001 111011 101111 0 1010001 11100100 101010 1110

Color Harmonies of #141A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A31

Black with #141A31

Text Example


Text Example

White with #141A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141A31; }

 p { color: rgb(20,26,49); }

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

background-color css

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

 a { background-color: rgb(20,26,49); }

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

border-color css

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

 span { border-color: rgb(20,26,49); }

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