Html Css Color HEX #141E49 Midnight Express

📋 copy color: '#141E49'

red 20 ◦ green 30 ◦ blue 73

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

Shades of Midnight Express #141E49

Tints of Midnight Express #141E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 59.35%

R = 16.26%
G = 24.39%
B = 59.35%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141E49 (or 0x141E49) is known color: Midnight Express. HEX triplet: 14, 1E and 49. RGB value is (20,30,73). Sum of RGB (Red+Green+Blue) = 20+30+73=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #141E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E49 is #EBE1B6. Grayscale: #1F1F1F. Windows color (decimal): -15458743 or 4791828. OLE color: 4791828.

HSL color Cylindrical-coordinate representation of color #141E49: hue angle of 228.68º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141E49 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 30 73 -
CMYK 0.73 0.59 0 0.71
HSL 228.68º 0.57% 0.18% -
HSV(B) 228.68º 0.73% 0.29% -
XYZ 1.96 1.56 6.5 -
YUV 31.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 20 30 73 0.73 0.59 0 0.71 228.68 0.57 0.18
Hex 14 1E 49 49 3B 0 47 E5 39 12
Octal 24 36 111 111 73 0 107 345 71 22
Binary 10100 11110 1001001 1001001 111011 0 1000111 11100101 111001 10010

Color Harmonies of #141E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E49

Black with #141E49

Text Example


Text Example

White with #141E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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