Html Css Color HEX #141240 Midnight Express

📋 copy color: '#141240'

red 20 ◦ green 18 ◦ blue 64

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

Shades of Midnight Express #141240

Tints of Midnight Express #141240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

 BLUE value IS 64 (25.39% from 255) = 62.75%

R = 19.61%
G = 17.65%
B = 62.75%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141240 (or 0x141240) is known color: Midnight Express. HEX triplet: 14, 12 and 40. RGB value is (20,18,64). Sum of RGB (Red+Green+Blue) = 20+18+64=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #141240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141240 is #EBEDBF. Grayscale: #171717. Windows color (decimal): -15461824 or 4198932. OLE color: 4198932.

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

Color convert

RGB 20 18 64 -
CMYK 0.69 0.72 0 0.75
HSL 242.61º 0.56% 0.16% -
HSV(B) 242.61º 0.72% 0.25% -
XYZ 1.43 0.95 4.96 -
YUV 23.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 20 18 64 0.69 0.72 0 0.75 242.61 0.56 0.16
Hex 14 12 40 45 48 0 4B F3 38 10
Octal 24 22 100 105 110 0 113 363 70 20
Binary 10100 10010 1000000 1000101 1001000 0 1001011 11110011 111000 10000

Color Harmonies of #141240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141240

Black with #141240

Text Example


Text Example

White with #141240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141240; }

 p { color: rgb(20,18,64); }

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

background-color css

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

 a { background-color: rgb(20,18,64); }

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

border-color css

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

 span { border-color: rgb(20,18,64); }

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