Html Css Color HEX #140374 Midnight Blue

📋 copy color: '#140374'

red 20 ◦ green 3 ◦ blue 116

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

Shades of Midnight Blue #140374

Tints of Midnight Blue #140374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 83.45%

R = 14.39%
G = 2.16%
B = 83.45%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140374 (or 0x140374) is known color: Midnight Blue. HEX triplet: 14, 03 and 74. RGB value is (20,3,116). Sum of RGB (Red+Green+Blue) = 20+3+116=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #140374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140374 is #EBFC8B. Grayscale: #141414. Windows color (decimal): -15465612 or 7602964. OLE color: 7602964.

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

Color convert

RGB 20 3 116 -
CMYK 0.83 0.97 0 0.55
HSL 249.03º 0.95% 0.23% -
HSV(B) 249.03º 0.97% 0.45% -
XYZ 3.47 1.47 16.62 -
YUV 20.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 20 3 116 0.83 0.97 0 0.55 249.03 0.95 0.23
Hex 14 3 74 53 61 0 37 F9 5F 17
Octal 24 3 164 123 141 0 67 371 137 27
Binary 10100 11 1110100 1010011 1100001 0 110111 11111001 1011111 10111

Color Harmonies of #140374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140374

Black with #140374

Text Example


Text Example

White with #140374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140374; }

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

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

background-color css

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

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

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

border-color css

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

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

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