Html Css Color HEX #141446 Midnight Express

📋 copy color: '#141446'

red 20 ◦ green 20 ◦ blue 70

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

Shades of Midnight Express #141446

Tints of Midnight Express #141446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

 BLUE value IS 70 (27.73% from 255) = 63.64%

R = 18.18%
G = 18.18%
B = 63.64%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#141446 (or 0x141446) is known color: Midnight Express. HEX triplet: 14, 14 and 46. RGB value is (20,20,70). Sum of RGB (Red+Green+Blue) = 20+20+70=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #141446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141446 is #EBEBB9. Grayscale: #191919. Windows color (decimal): -15461306 or 4592660. OLE color: 4592660.

HSL color Cylindrical-coordinate representation of color #141446: hue angle of 240º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141446 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 20 70 -
CMYK 0.71 0.71 0 0.73
HSL 240º 0.56% 0.18% -
HSV(B) 240º 0.71% 0.27% -
XYZ 1.64 1.09 5.92 -
YUV 25.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 20 20 70 0.71 0.71 0 0.73 240 0.56 0.18
Hex 14 14 46 47 47 0 49 F0 38 12
Octal 24 24 106 107 107 0 111 360 70 22
Binary 10100 10100 1000110 1000111 1000111 0 1001001 11110000 111000 10010

Color Harmonies of #141446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141446

Black with #141446

Text Example


Text Example

White with #141446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141446; }

 p { color: rgb(20,20,70); }

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

background-color css

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

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

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

border-color css

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

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

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