Html Css Color HEX #141F49 Midnight Express

📋 copy color: '#141F49'

red 20 ◦ green 31 ◦ blue 73

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

Shades of Midnight Express #141F49

Tints of Midnight Express #141F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25%

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

R = 16.13%
G = 25%
B = 58.87%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141F49 (or 0x141F49) is known color: Midnight Express. HEX triplet: 14, 1F and 49. RGB value is (20,31,73). Sum of RGB (Red+Green+Blue) = 20+31+73=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #141F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F49 is #EBE0B6. Grayscale: #202020. Windows color (decimal): -15458487 or 4792084. OLE color: 4792084.

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

Color convert

RGB 20 31 73 -
CMYK 0.73 0.58 0 0.71
HSL 227.55º 0.57% 0.18% -
HSV(B) 227.55º 0.73% 0.29% -
XYZ 1.98 1.61 6.51 -
YUV 32.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 20 31 73 0.73 0.58 0 0.71 227.55 0.57 0.18
Hex 14 1F 49 49 3A 0 47 E4 39 12
Octal 24 37 111 111 72 0 107 344 71 22
Binary 10100 11111 1001001 1001001 111010 0 1000111 11100100 111001 10010

Color Harmonies of #141F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F49

Black with #141F49

Text Example


Text Example

White with #141F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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