Html Css Color HEX #141842 Midnight Express

📋 copy color: '#141842'

red 20 ◦ green 24 ◦ blue 66

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

Shades of Midnight Express #141842

Tints of Midnight Express #141842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.82%

 BLUE value IS 66 (26.17% from 255) = 60%

R = 18.18%
G = 21.82%
B = 60%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#141842 (or 0x141842) is known color: Midnight Express. HEX triplet: 14, 18 and 42. RGB value is (20,24,66). Sum of RGB (Red+Green+Blue) = 20+24+66=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #141842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141842 is #EBE7BD. Grayscale: #1B1B1B. Windows color (decimal): -15460286 or 4331540. OLE color: 4331540.

HSL color Cylindrical-coordinate representation of color #141842: hue angle of 234.78º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141842 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 24 66 -
CMYK 0.70 0.64 0 0.74
HSL 234.78º 0.53% 0.17% -
HSV(B) 234.78º 0.7% 0.26% -
XYZ 1.6 1.2 5.3 -
YUV 27.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 20 24 66 0.70 0.64 0 0.74 234.78 0.53 0.17
Hex 14 18 42 46 40 0 4A EB 35 11
Octal 24 30 102 106 100 0 112 353 65 21
Binary 10100 11000 1000010 1000110 1000000 0 1001010 11101011 110101 10001

Color Harmonies of #141842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141842

Black with #141842

Text Example


Text Example

White with #141842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141842; }

 p { color: rgb(20,24,66); }

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

background-color css

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

 a { background-color: rgb(20,24,66); }

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

border-color css

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

 span { border-color: rgb(20,24,66); }

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