Html Css Color HEX #140E71 Midnight Blue

📋 copy color: '#140E71'

red 20 ◦ green 14 ◦ blue 113

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

Shades of Midnight Blue #140E71

Tints of Midnight Blue #140E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.52%

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

R = 13.61%
G = 9.52%
B = 76.87%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140E71 (or 0x140E71) is known color: Midnight Blue. HEX triplet: 14, 0E and 71. RGB value is (20,14,113). Sum of RGB (Red+Green+Blue) = 20+14+113=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #140E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E71 is #EBF18E. Grayscale: #1A1A1A. Windows color (decimal): -15462799 or 7409172. OLE color: 7409172.

HSL color Cylindrical-coordinate representation of color #140E71: hue angle of 243.64º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140E71 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 14 113 -
CMYK 0.82 0.88 0 0.56
HSL 243.64º 0.78% 0.25% -
HSV(B) 243.64º 0.88% 0.44% -
XYZ 3.43 1.66 15.76 -
YUV 27.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 20 14 113 0.82 0.88 0 0.56 243.64 0.78 0.25
Hex 14 E 71 52 58 0 38 F4 4E 19
Octal 24 16 161 122 130 0 70 364 116 31
Binary 10100 1110 1110001 1010010 1011000 0 111000 11110100 1001110 11001

Color Harmonies of #140E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E71

Black with #140E71

Text Example


Text Example

White with #140E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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