Html Css Color HEX #141140 Midnight Express

📋 copy color: '#141140'

red 20 ◦ green 17 ◦ blue 64

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

Shades of Midnight Express #141140

Tints of Midnight Express #141140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

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

R = 19.8%
G = 16.83%
B = 63.37%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141140 (or 0x141140) is known color: Midnight Express. HEX triplet: 14, 11 and 40. RGB value is (20,17,64). Sum of RGB (Red+Green+Blue) = 20+17+64=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #141140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141140 is #EBEEBF. Grayscale: #171717. Windows color (decimal): -15462080 or 4198676. OLE color: 4198676.

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

Color convert

RGB 20 17 64 -
CMYK 0.69 0.73 0 0.75
HSL 243.83º 0.58% 0.16% -
HSV(B) 243.83º 0.73% 0.25% -
XYZ 1.41 0.92 4.95 -
YUV 23.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 20 17 64 0.69 0.73 0 0.75 243.83 0.58 0.16
Hex 14 11 40 45 49 0 4B F4 3A 10
Octal 24 21 100 105 111 0 113 364 72 20
Binary 10100 10001 1000000 1000101 1001001 0 1001011 11110100 111010 10000

Color Harmonies of #141140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141140

Black with #141140

Text Example


Text Example

White with #141140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141140; }

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

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

background-color css

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

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

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

border-color css

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

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

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