Html Css Color HEX #142049 Midnight Express

📋 copy color: '#142049'

red 20 ◦ green 32 ◦ blue 73

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

Shades of Midnight Express #142049

Tints of Midnight Express #142049

RGB

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

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

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

R = 16%
G = 25.6%
B = 58.4%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#142049 (or 0x142049) is known color: Midnight Express. HEX triplet: 14, 20 and 49. RGB value is (20,32,73). Sum of RGB (Red+Green+Blue) = 20+32+73=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #142049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142049 is #EBDFB6. Grayscale: #202020. Windows color (decimal): -15458231 or 4792340. OLE color: 4792340.

HSL color Cylindrical-coordinate representation of color #142049: hue angle of 226.42º 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 #142049 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 32 73 -
CMYK 0.73 0.56 0 0.71
HSL 226.42º 0.57% 0.18% -
HSV(B) 226.42º 0.73% 0.29% -
XYZ 2.01 1.66 6.52 -
YUV 33.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 20 32 73 0.73 0.56 0 0.71 226.42 0.57 0.18
Hex 14 20 49 49 38 0 47 E2 39 12
Octal 24 40 111 111 70 0 107 342 71 22
Binary 10100 100000 1001001 1001001 111000 0 1000111 11100010 111001 10010

Color Harmonies of #142049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142049

Black with #142049

Text Example


Text Example

White with #142049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142049; }

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

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

background-color css

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

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

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

border-color css

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

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

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