Html Css Color HEX #141740 Midnight Express

📋 copy color: '#141740'

red 20 ◦ green 23 ◦ blue 64

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

Shades of Midnight Express #141740

Tints of Midnight Express #141740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 59.81%

R = 18.69%
G = 21.5%
B = 59.81%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141740 (or 0x141740) is known color: Midnight Express. HEX triplet: 14, 17 and 40. RGB value is (20,23,64). Sum of RGB (Red+Green+Blue) = 20+23+64=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #141740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141740 is #EBE8BF. Grayscale: #1A1A1A. Windows color (decimal): -15460544 or 4200212. OLE color: 4200212.

HSL color Cylindrical-coordinate representation of color #141740: hue angle of 235.91º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141740 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 23 64 -
CMYK 0.69 0.64 0 0.75
HSL 235.91º 0.52% 0.16% -
HSV(B) 235.91º 0.69% 0.25% -
XYZ 1.52 1.13 4.99 -
YUV 26.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 20 23 64 0.69 0.64 0 0.75 235.91 0.52 0.16
Hex 14 17 40 45 40 0 4B EC 34 10
Octal 24 27 100 105 100 0 113 354 64 20
Binary 10100 10111 1000000 1000101 1000000 0 1001011 11101100 110100 10000

Color Harmonies of #141740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141740

Black with #141740

Text Example


Text Example

White with #141740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141740; }

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

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

background-color css

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

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

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

border-color css

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

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

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