Html Css Color HEX #141D3C Midnight Express

📋 copy color: '#141D3C'

red 20 ◦ green 29 ◦ blue 60

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

Shades of Midnight Express #141D3C

Tints of Midnight Express #141D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 55.05%

R = 18.35%
G = 26.61%
B = 55.05%

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

#141D3C (or 0x141D3C) is known color: Midnight Express. HEX triplet: 14, 1D and 3C. RGB value is (20,29,60). Sum of RGB (Red+Green+Blue) = 20+29+60=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #141D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D3C is #EBE2C3. Grayscale: #1D1D1D. Windows color (decimal): -15459012 or 3939604. OLE color: 3939604.

HSL color Cylindrical-coordinate representation of color #141D3C: hue angle of 226.5º degrees, saturation: 0.5, 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 #141D3C is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 29 60 -
CMYK 0.67 0.52 0 0.76
HSL 226.5º 0.5% 0.16% -
HSV(B) 226.5º 0.67% 0.24% -
XYZ 1.54 1.35 4.45 -
YUV 29.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 20 29 60 0.67 0.52 0 0.76 226.5 0.5 0.16
Hex 14 1D 3C 43 34 0 4C E2 32 10
Octal 24 35 74 103 64 0 114 342 62 20
Binary 10100 11101 111100 1000011 110100 0 1001100 11100010 110010 10000

Color Harmonies of #141D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D3C

Black with #141D3C

Text Example


Text Example

White with #141D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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