Html Css Color HEX #140E73 Midnight Blue

📋 copy color: '#140E73'

red 20 ◦ green 14 ◦ blue 115

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

Shades of Midnight Blue #140E73

Tints of Midnight Blue #140E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 77.18%

R = 13.42%
G = 9.4%
B = 77.18%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140E73 (or 0x140E73) is known color: Midnight Blue. HEX triplet: 14, 0E and 73. RGB value is (20,14,115). Sum of RGB (Red+Green+Blue) = 20+14+115=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #140E73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E73 is #EBF18C. Grayscale: #1A1A1A. Windows color (decimal): -15462797 or 7540244. OLE color: 7540244.

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

Color convert

RGB 20 14 115 -
CMYK 0.83 0.88 0 0.55
HSL 243.56º 0.78% 0.25% -
HSV(B) 243.56º 0.88% 0.45% -
XYZ 3.54 1.7 16.36 -
YUV 27.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 20 14 115 0.83 0.88 0 0.55 243.56 0.78 0.25
Hex 14 E 73 53 58 0 37 F4 4E 19
Octal 24 16 163 123 130 0 67 364 116 31
Binary 10100 1110 1110011 1010011 1011000 0 110111 11110100 1001110 11001

Color Harmonies of #140E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E73

Black with #140E73

Text Example


Text Example

White with #140E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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