Html Css Color HEX #142039 Midnight Express

📋 copy color: '#142039'

red 20 ◦ green 32 ◦ blue 57

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

Shades of Midnight Express #142039

Tints of Midnight Express #142039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 52.29%

R = 18.35%
G = 29.36%
B = 52.29%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142039 (or 0x142039) is known color: Midnight Express. HEX triplet: 14, 20 and 39. RGB value is (20,32,57). Sum of RGB (Red+Green+Blue) = 20+32+57=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #142039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142039 is #EBDFC6. Grayscale: #1F1F1F. Windows color (decimal): -15458247 or 3743764. OLE color: 3743764.

HSL color Cylindrical-coordinate representation of color #142039: hue angle of 220.54º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142039 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 32 57 -
CMYK 0.65 0.44 0 0.78
HSL 220.54º 0.48% 0.15% -
HSV(B) 220.54º 0.65% 0.22% -
XYZ 1.54 1.48 4.07 -
YUV 31.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 20 32 57 0.65 0.44 0 0.78 220.54 0.48 0.15
Hex 14 20 39 41 2C 0 4E DD 30 F
Octal 24 40 71 101 54 0 116 335 60 17
Binary 10100 100000 111001 1000001 101100 0 1001110 11011101 110000 1111

Color Harmonies of #142039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142039

Black with #142039

Text Example


Text Example

White with #142039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142039; }

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

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

background-color css

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

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

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

border-color css

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

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

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