Html Css Color HEX #141841 Midnight Express

📋 copy color: '#141841'

red 20 ◦ green 24 ◦ blue 65

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

Shades of Midnight Express #141841

Tints of Midnight Express #141841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 59.63%

R = 18.35%
G = 22.02%
B = 59.63%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141841 (or 0x141841) is known color: Midnight Express. HEX triplet: 14, 18 and 41. RGB value is (20,24,65). Sum of RGB (Red+Green+Blue) = 20+24+65=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #141841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141841 is #EBE7BE. Grayscale: #1B1B1B. Windows color (decimal): -15460287 or 4266004. OLE color: 4266004.

HSL color Cylindrical-coordinate representation of color #141841: hue angle of 234.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141841 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 24 65 -
CMYK 0.69 0.63 0 0.75
HSL 234.67º 0.53% 0.17% -
HSV(B) 234.67º 0.69% 0.25% -
XYZ 1.57 1.18 5.15 -
YUV 27.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 20 24 65 0.69 0.63 0 0.75 234.67 0.53 0.17
Hex 14 18 41 45 3F 0 4B EB 35 11
Octal 24 30 101 105 77 0 113 353 65 21
Binary 10100 11000 1000001 1000101 111111 0 1001011 11101011 110101 10001

Color Harmonies of #141841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141841

Black with #141841

Text Example


Text Example

White with #141841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141841; }

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

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

background-color css

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

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

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

border-color css

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

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

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