Html Css Color HEX #141E47 Midnight Express

📋 copy color: '#141E47'

red 20 ◦ green 30 ◦ blue 71

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

Shades of Midnight Express #141E47

Tints of Midnight Express #141E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.79%

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

R = 16.53%
G = 24.79%
B = 58.68%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141E47 (or 0x141E47) is known color: Midnight Express. HEX triplet: 14, 1E and 47. RGB value is (20,30,71). Sum of RGB (Red+Green+Blue) = 20+30+71=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #141E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E47 is #EBE1B8. Grayscale: #1F1F1F. Windows color (decimal): -15458745 or 4660756. OLE color: 4660756.

HSL color Cylindrical-coordinate representation of color #141E47: hue angle of 228.24º 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 #141E47 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 30 71 -
CMYK 0.72 0.58 0 0.72
HSL 228.24º 0.56% 0.18% -
HSV(B) 228.24º 0.72% 0.28% -
XYZ 1.89 1.53 6.16 -
YUV 31.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 20 30 71 0.72 0.58 0 0.72 228.24 0.56 0.18
Hex 14 1E 47 48 3A 0 48 E4 38 12
Octal 24 36 107 110 72 0 110 344 70 22
Binary 10100 11110 1000111 1001000 111010 0 1001000 11100100 111000 10010

Color Harmonies of #141E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E47

Black with #141E47

Text Example


Text Example

White with #141E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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