Html Css Color HEX #142047 Midnight Express

📋 copy color: '#142047'

red 20 ◦ green 32 ◦ blue 71

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

Shades of Midnight Express #142047

Tints of Midnight Express #142047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 57.72%

R = 16.26%
G = 26.02%
B = 57.72%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#142047 (or 0x142047) is known color: Midnight Express. HEX triplet: 14, 20 and 47. RGB value is (20,32,71). Sum of RGB (Red+Green+Blue) = 20+32+71=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #142047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142047 is #EBDFB8. Grayscale: #202020. Windows color (decimal): -15458233 or 4661268. OLE color: 4661268.

HSL color Cylindrical-coordinate representation of color #142047: hue angle of 225.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142047 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 32 71 -
CMYK 0.72 0.55 0 0.72
HSL 225.88º 0.56% 0.18% -
HSV(B) 225.88º 0.72% 0.28% -
XYZ 1.94 1.64 6.17 -
YUV 32.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 20 32 71 0.72 0.55 0 0.72 225.88 0.56 0.18
Hex 14 20 47 48 37 0 48 E2 38 12
Octal 24 40 107 110 67 0 110 342 70 22
Binary 10100 100000 1000111 1001000 110111 0 1001000 11100010 111000 10010

Color Harmonies of #142047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142047

Black with #142047

Text Example


Text Example

White with #142047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142047; }

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

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

background-color css

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

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

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

border-color css

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

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

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