Html Css Color HEX #142547 Midnight Express

📋 copy color: '#142547'

red 20 ◦ green 37 ◦ blue 71

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

Shades of Midnight Express #142547

Tints of Midnight Express #142547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 15.63%
G = 28.91%
B = 55.47%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#142547 (or 0x142547) is known color: Midnight Express. HEX triplet: 14, 25 and 47. RGB value is (20,37,71). Sum of RGB (Red+Green+Blue) = 20+37+71=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #142547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142547 is #EBDAB8. Grayscale: #232323. Windows color (decimal): -15456953 or 4662548. OLE color: 4662548.

HSL color Cylindrical-coordinate representation of color #142547: hue angle of 220º 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 #142547 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 37 71 -
CMYK 0.72 0.48 0 0.72
HSL 220º 0.56% 0.18% -
HSV(B) 220º 0.72% 0.28% -
XYZ 2.09 1.93 6.22 -
YUV 35.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 20 37 71 0.72 0.48 0 0.72 220 0.56 0.18
Hex 14 25 47 48 30 0 48 DC 38 12
Octal 24 45 107 110 60 0 110 334 70 22
Binary 10100 100101 1000111 1001000 110000 0 1001000 11011100 111000 10010

Color Harmonies of #142547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142547

Black with #142547

Text Example


Text Example

White with #142547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142547; }

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

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

background-color css

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

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

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

border-color css

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

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

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