Html Css Color HEX #141D47 Midnight Express

📋 copy color: '#141D47'

red 20 ◦ green 29 ◦ blue 71

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

Shades of Midnight Express #141D47

Tints of Midnight Express #141D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 59.17%

R = 16.67%
G = 24.17%
B = 59.17%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141D47 (or 0x141D47) is known color: Midnight Express. HEX triplet: 14, 1D and 47. RGB value is (20,29,71). Sum of RGB (Red+Green+Blue) = 20+29+71=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #141D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D47 is #EBE2B8. Grayscale: #1E1E1E. Windows color (decimal): -15459001 or 4660500. OLE color: 4660500.

HSL color Cylindrical-coordinate representation of color #141D47: hue angle of 229.41º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141D47 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 29 71 -
CMYK 0.72 0.59 0 0.72
HSL 229.41º 0.56% 0.18% -
HSV(B) 229.41º 0.72% 0.28% -
XYZ 1.87 1.48 6.15 -
YUV 31.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 20 29 71 0.72 0.59 0 0.72 229.41 0.56 0.18
Hex 14 1D 47 48 3B 0 48 E5 38 12
Octal 24 35 107 110 73 0 110 345 70 22
Binary 10100 11101 1000111 1001000 111011 0 1001000 11100101 111000 10010

Color Harmonies of #141D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D47

Black with #141D47

Text Example


Text Example

White with #141D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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