Html Css Color HEX #141749 Midnight Express

📋 copy color: '#141749'

red 20 ◦ green 23 ◦ blue 73

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

Shades of Midnight Express #141749

Tints of Midnight Express #141749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

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

R = 17.24%
G = 19.83%
B = 62.93%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141749 (or 0x141749) is known color: Midnight Express. HEX triplet: 14, 17 and 49. RGB value is (20,23,73). Sum of RGB (Red+Green+Blue) = 20+23+73=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #141749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141749 is #EBE8B6. Grayscale: #1B1B1B. Windows color (decimal): -15460535 or 4790036. OLE color: 4790036.

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

Color convert

RGB 20 23 73 -
CMYK 0.73 0.68 0 0.71
HSL 236.6º 0.57% 0.18% -
HSV(B) 236.6º 0.73% 0.29% -
XYZ 1.8 1.24 6.45 -
YUV 27.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 20 23 73 0.73 0.68 0 0.71 236.6 0.57 0.18
Hex 14 17 49 49 44 0 47 ED 39 12
Octal 24 27 111 111 104 0 107 355 71 22
Binary 10100 10111 1001001 1001001 1000100 0 1000111 11101101 111001 10010

Color Harmonies of #141749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141749

Black with #141749

Text Example


Text Example

White with #141749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141749; }

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

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

background-color css

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

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

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

border-color css

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

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

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