Html Css Color HEX #142040 Midnight Express

📋 copy color: '#142040'

red 20 ◦ green 32 ◦ blue 64

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

Shades of Midnight Express #142040

Tints of Midnight Express #142040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.59%

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

R = 17.24%
G = 27.59%
B = 55.17%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142040 (or 0x142040) is known color: Midnight Express. HEX triplet: 14, 20 and 40. RGB value is (20,32,64). Sum of RGB (Red+Green+Blue) = 20+32+64=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #142040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142040 is #EBDFBF. Grayscale: #1F1F1F. Windows color (decimal): -15458240 or 4202516. OLE color: 4202516.

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

Color convert

RGB 20 32 64 -
CMYK 0.69 0.50 0 0.75
HSL 223.64º 0.52% 0.16% -
HSV(B) 223.64º 0.69% 0.25% -
XYZ 1.73 1.55 5.06 -
YUV 32.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 20 32 64 0.69 0.50 0 0.75 223.64 0.52 0.16
Hex 14 20 40 45 32 0 4B E0 34 10
Octal 24 40 100 105 62 0 113 340 64 20
Binary 10100 100000 1000000 1000101 110010 0 1001011 11100000 110100 10000

Color Harmonies of #142040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142040

Black with #142040

Text Example


Text Example

White with #142040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142040; }

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

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

background-color css

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

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

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

border-color css

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

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

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