Html Css Color HEX #141D3D Midnight Express

📋 copy color: '#141D3D'

red 20 ◦ green 29 ◦ blue 61

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

Shades of Midnight Express #141D3D

Tints of Midnight Express #141D3D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

 BLUE value IS 61 (24.22% from 255) = 55.45%

R = 18.18%
G = 26.36%
B = 55.45%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#141D3D (or 0x141D3D) is known color: Midnight Express. HEX triplet: 14, 1D and 3D. RGB value is (20,29,61). Sum of RGB (Red+Green+Blue) = 20+29+61=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #141D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D3D is #EBE2C2. Grayscale: #1D1D1D. Windows color (decimal): -15459011 or 4005140. OLE color: 4005140.

HSL color Cylindrical-coordinate representation of color #141D3D: hue angle of 226.83º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141D3D is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 29 61 -
CMYK 0.67 0.52 0 0.76
HSL 226.83º 0.51% 0.16% -
HSV(B) 226.83º 0.67% 0.24% -
XYZ 1.57 1.36 4.6 -
YUV 29.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 20 29 61 0.67 0.52 0 0.76 226.83 0.51 0.16
Hex 14 1D 3D 43 34 0 4C E3 33 10
Octal 24 35 75 103 64 0 114 343 63 20
Binary 10100 11101 111101 1000011 110100 0 1001100 11100011 110011 10000

Color Harmonies of #141D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D3D

Black with #141D3D

Text Example


Text Example

White with #141D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,61); }

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

background-color css

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

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

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

border-color css

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

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

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