Html Css Color HEX #142237 Midnight Express

📋 copy color: '#142237'

red 20 ◦ green 34 ◦ blue 55

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

Shades of Midnight Express #142237

Tints of Midnight Express #142237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 50.46%

R = 18.35%
G = 31.19%
B = 50.46%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142237 (or 0x142237) is known color: Midnight Express. HEX triplet: 14, 22 and 37. RGB value is (20,34,55). Sum of RGB (Red+Green+Blue) = 20+34+55=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #142237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142237 is #EBDDC8. Grayscale: #202020. Windows color (decimal): -15457737 or 3613204. OLE color: 3613204.

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

Color convert

RGB 20 34 55 -
CMYK 0.64 0.38 0 0.78
HSL 216º 0.47% 0.15% -
HSV(B) 216º 0.64% 0.22% -
XYZ 1.55 1.57 3.84 -
YUV 32.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 20 34 55 0.64 0.38 0 0.78 216 0.47 0.15
Hex 14 22 37 40 26 0 4E D8 2F F
Octal 24 42 67 100 46 0 116 330 57 17
Binary 10100 100010 110111 1000000 100110 0 1001110 11011000 101111 1111

Color Harmonies of #142237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142237

Black with #142237

Text Example


Text Example

White with #142237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142237; }

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

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

background-color css

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

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

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

border-color css

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

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

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