Html Css Color HEX #141A39 Midnight Express

📋 copy color: '#141A39'

red 20 ◦ green 26 ◦ blue 57

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

Shades of Midnight Express #141A39

Tints of Midnight Express #141A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.24%

 BLUE value IS 57 (22.66% from 255) = 55.34%

R = 19.42%
G = 25.24%
B = 55.34%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141A39 (or 0x141A39) is known color: Midnight Express. HEX triplet: 14, 1A and 39. RGB value is (20,26,57). Sum of RGB (Red+Green+Blue) = 20+26+57=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #141A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A39 is #EBE5C6. Grayscale: #1B1B1B. Windows color (decimal): -15459783 or 3742228. OLE color: 3742228.

HSL color Cylindrical-coordinate representation of color #141A39: hue angle of 230.27º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141A39 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 26 57 -
CMYK 0.65 0.54 0 0.78
HSL 230.27º 0.48% 0.15% -
HSV(B) 230.27º 0.65% 0.22% -
XYZ 1.4 1.18 4.03 -
YUV 27.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 20 26 57 0.65 0.54 0 0.78 230.27 0.48 0.15
Hex 14 1A 39 41 36 0 4E E6 30 F
Octal 24 32 71 101 66 0 116 346 60 17
Binary 10100 11010 111001 1000001 110110 0 1001110 11100110 110000 1111

Color Harmonies of #141A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A39

Black with #141A39

Text Example


Text Example

White with #141A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,26,57); }

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

background-color css

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

 a { background-color: rgb(20,26,57); }

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

border-color css

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

 span { border-color: rgb(20,26,57); }

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