Html Css Color HEX #141D49 Midnight Express

📋 copy color: '#141D49'

red 20 ◦ green 29 ◦ blue 73

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

Shades of Midnight Express #141D49

Tints of Midnight Express #141D49

RGB

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

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

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

R = 16.39%
G = 23.77%
B = 59.84%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141D49 (or 0x141D49) is known color: Midnight Express. HEX triplet: 14, 1D and 49. RGB value is (20,29,73). Sum of RGB (Red+Green+Blue) = 20+29+73=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #141D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D49 is #EBE2B6. Grayscale: #1F1F1F. Windows color (decimal): -15458999 or 4791572. OLE color: 4791572.

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

Color convert

RGB 20 29 73 -
CMYK 0.73 0.60 0 0.71
HSL 229.81º 0.57% 0.18% -
HSV(B) 229.81º 0.73% 0.29% -
XYZ 1.93 1.51 6.49 -
YUV 31.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 20 29 73 0.73 0.60 0 0.71 229.81 0.57 0.18
Hex 14 1D 49 49 3C 0 47 E6 39 12
Octal 24 35 111 111 74 0 107 346 71 22
Binary 10100 11101 1001001 1001001 111100 0 1000111 11100110 111001 10010

Color Harmonies of #141D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D49

Black with #141D49

Text Example


Text Example

White with #141D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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