Html Css Color HEX #142649 Midnight Express

📋 copy color: '#142649'

red 20 ◦ green 38 ◦ blue 73

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

Shades of Midnight Express #142649

Tints of Midnight Express #142649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.01%

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 15.27%
G = 29.01%
B = 55.73%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#142649 (or 0x142649) is known color: Midnight Express. HEX triplet: 14, 26 and 49. RGB value is (20,38,73). Sum of RGB (Red+Green+Blue) = 20+38+73=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #142649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142649 is #EBD9B6. Grayscale: #242424. Windows color (decimal): -15456695 or 4793876. OLE color: 4793876.

HSL color Cylindrical-coordinate representation of color #142649: hue angle of 219.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142649 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 38 73 -
CMYK 0.73 0.48 0 0.71
HSL 219.62º 0.57% 0.18% -
HSV(B) 219.62º 0.73% 0.29% -
XYZ 2.18 2.02 6.58 -
YUV 36.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 20 38 73 0.73 0.48 0 0.71 219.62 0.57 0.18
Hex 14 26 49 49 30 0 47 DC 39 12
Octal 24 46 111 111 60 0 107 334 71 22
Binary 10100 100110 1001001 1001001 110000 0 1000111 11011100 111001 10010

Color Harmonies of #142649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142649

Black with #142649

Text Example


Text Example

White with #142649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142649; }

 p { color: rgb(20,38,73); }

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

background-color css

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

 a { background-color: rgb(20,38,73); }

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

border-color css

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

 span { border-color: rgb(20,38,73); }

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