Html Css Color HEX #142239 Midnight Express

📋 copy color: '#142239'

red 20 ◦ green 34 ◦ blue 57

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

Shades of Midnight Express #142239

Tints of Midnight Express #142239

RGB

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

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

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

R = 18.02%
G = 30.63%
B = 51.35%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142239 (or 0x142239) is known color: Midnight Express. HEX triplet: 14, 22 and 39. RGB value is (20,34,57). Sum of RGB (Red+Green+Blue) = 20+34+57=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #142239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142239 is #EBDDC6. Grayscale: #202020. Windows color (decimal): -15457735 or 3744276. OLE color: 3744276.

HSL color Cylindrical-coordinate representation of color #142239: hue angle of 217.3º 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 #142239 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 34 57 -
CMYK 0.65 0.40 0 0.78
HSL 217.3º 0.48% 0.15% -
HSV(B) 217.3º 0.65% 0.22% -
XYZ 1.6 1.59 4.09 -
YUV 32.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 20 34 57 0.65 0.40 0 0.78 217.3 0.48 0.15
Hex 14 22 39 41 28 0 4E D9 30 F
Octal 24 42 71 101 50 0 116 331 60 17
Binary 10100 100010 111001 1000001 101000 0 1001110 11011001 110000 1111

Color Harmonies of #142239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142239

Black with #142239

Text Example


Text Example

White with #142239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142239; }

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

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

background-color css

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

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

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

border-color css

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

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

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