Html Css Color HEX #142240 Midnight Express

📋 copy color: '#142240'

red 20 ◦ green 34 ◦ blue 64

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

Shades of Midnight Express #142240

Tints of Midnight Express #142240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.81%

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

R = 16.95%
G = 28.81%
B = 54.24%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142240 (or 0x142240) is known color: Midnight Express. HEX triplet: 14, 22 and 40. RGB value is (20,34,64). Sum of RGB (Red+Green+Blue) = 20+34+64=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #142240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142240 is #EBDDBF. Grayscale: #212121. Windows color (decimal): -15457728 or 4203028. OLE color: 4203028.

HSL color Cylindrical-coordinate representation of color #142240: hue angle of 220.91º 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 #142240 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 34 64 -
CMYK 0.69 0.47 0 0.75
HSL 220.91º 0.52% 0.16% -
HSV(B) 220.91º 0.69% 0.25% -
XYZ 1.79 1.66 5.08 -
YUV 33.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 20 34 64 0.69 0.47 0 0.75 220.91 0.52 0.16
Hex 14 22 40 45 2F 0 4B DD 34 10
Octal 24 42 100 105 57 0 113 335 64 20
Binary 10100 100010 1000000 1000101 101111 0 1001011 11011101 110100 10000

Color Harmonies of #142240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142240

Black with #142240

Text Example


Text Example

White with #142240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142240; }

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

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

background-color css

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

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

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

border-color css

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

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

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