Html Css Color HEX #140371 Midnight Blue

📋 copy color: '#140371'

red 20 ◦ green 3 ◦ blue 113

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

Shades of Midnight Blue #140371

Tints of Midnight Blue #140371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

 BLUE value IS 113 (44.53% from 255) = 83.09%

R = 14.71%
G = 2.21%
B = 83.09%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140371 (or 0x140371) is known color: Midnight Blue. HEX triplet: 14, 03 and 71. RGB value is (20,3,113). Sum of RGB (Red+Green+Blue) = 20+3+113=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #140371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140371 is #EBFC8E. Grayscale: #141414. Windows color (decimal): -15465615 or 7406356. OLE color: 7406356.

HSL color Cylindrical-coordinate representation of color #140371: hue angle of 249.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140371 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 3 113 -
CMYK 0.82 0.97 0 0.56
HSL 249.27º 0.95% 0.23% -
HSV(B) 249.27º 0.97% 0.44% -
XYZ 3.3 1.41 15.72 -
YUV 20.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 20 3 113 0.82 0.97 0 0.56 249.27 0.95 0.23
Hex 14 3 71 52 61 0 38 F9 5F 17
Octal 24 3 161 122 141 0 70 371 137 27
Binary 10100 11 1110001 1010010 1100001 0 111000 11111001 1011111 10111

Color Harmonies of #140371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140371

Black with #140371

Text Example


Text Example

White with #140371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140371; }

 p { color: rgb(20,3,113); }

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

background-color css

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

 a { background-color: rgb(20,3,113); }

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

border-color css

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

 span { border-color: rgb(20,3,113); }

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